#03194F

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

Shades of Sapphire #03194F

Tints of Sapphire #03194F

Color information

#03194F (or 0x03194F) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 4F. RGB value is (3,25,79). Sum of RGB (Red+Green+Blue) = 3+25+79=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #03194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03194F is #FCE6B0. Grayscale: #181818. Windows color (decimal): -16574129 or 5183747. OLE color: 5183747.

HSL color Cylindrical-coordinate representation of color #03194F: hue angle of 222.63º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03194F is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32579-
CMYK0.960.6800.69
HSL222.63º92.68%16.08%-
HSV(B)222.63º96.2%30.98%-
XYZ1.81.287.55-
YUV24.58158.71112.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 79 (31.25% from 255) = 73.83%
R=2.80%
G=23.36%
B=73.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal325790.960.6800.69222.6392.6816.08
Hex3194F6044045df5d10
Octal331117140104010533713520
Binary11110011001111110000010001000100010111011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,25,79); }

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

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

 a { background-color: rgb(3,25,79); }

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

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

 span { border-color: rgb(3,25,79); }

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