#04196F

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

Shades of Sapphire #04196F

Tints of Sapphire #04196F

Color information

#04196F (or 0x04196F) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 6F. RGB value is (4,25,111). Sum of RGB (Red+Green+Blue) = 4+25+111=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #04196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04196F is #FBE690. Grayscale: #1C1C1C. Windows color (decimal): -16508561 or 7280900. OLE color: 7280900.

HSL color Cylindrical-coordinate representation of color #04196F: hue angle of 228.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04196F is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB425111-
CMYK0.960.7700.56
HSL228.22º93.04%22.55%-
HSV(B)228.22º96.4%43.53%-
XYZ3.271.8715.23-
YUV28.52174.54110.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 111 (43.75% from 255) = 79.29%
R=2.86%
G=17.86%
B=79.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4251110.960.7700.56228.2293.0422.55
Hex4196F604D038e45d17
Octal43115714011507034413527
Binary10011001110111111000001001101011100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,25,111); }

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

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

 a { background-color: rgb(4,25,111); }

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

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

 span { border-color: rgb(4,25,111); }

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