#03145F

Color #03145F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03145F

Tints of Sapphire #03145F

Color information

#03145F (or 0x03145F) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 5F. RGB value is (3,20,95). Sum of RGB (Red+Green+Blue) = 3+20+95=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #03145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145F is #FCEBA0. Grayscale: #171717. Windows color (decimal): -16575393 or 6231043. OLE color: 6231043.

HSL color Cylindrical-coordinate representation of color #03145F: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03145F is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB32095-
CMYK0.970.7900.63
HSL228.91º93.88%19.22%-
HSV(B)228.91º96.84%37.25%-
XYZ2.351.3510.96-
YUV23.47168.37113.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 95 (37.5% from 255) = 80.51%
R=2.54%
G=16.95%
B=80.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal320950.970.7900.63228.9193.8819.22
Hex3145F614F03Fe55e13
Octal32413714111707734513623
Binary1110100101111111000011001111011111111100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03145F; }

 p { color: rgb(3,20,95); }

 H1.HeaderClassName
 {
   color: #03145F;
 }
 .AnyTagClassName
 {
   color: #03145F;
 }
</style>
background-color css

<style>
 a { background-color: #03145F; }

 a { background-color: rgb(3,20,95); }

 div.DivClassName
 {
   background-color: #03145F;
 }
 .BgClassName
 {
   background-color: #03145F;
 }
</style>
border-color css

<style>
 span { border-color: #03145F; }

 span { border-color: rgb(3,20,95); }

 td.TdClassName
 {
   border-color: #03145F;
 }
 .TagClassName
 {
   border-color: #03145F;
 }
</style>