#04196E

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

Shades of Sapphire #04196E

Tints of Sapphire #04196E

Color information

#04196E (or 0x04196E) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 6E. RGB value is (4,25,110). Sum of RGB (Red+Green+Blue) = 4+25+110=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #04196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04196E is #FBE691. Grayscale: #1C1C1C. Windows color (decimal): -16508562 or 7215364. OLE color: 7215364.

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

Color convert

RGB425110-
CMYK0.960.7700.57
HSL228.11º92.98%22.35%-
HSV(B)228.11º96.36%43.14%-
XYZ3.211.8514.94-
YUV28.41174.04110.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 110 (43.36% from 255) = 79.14%
R=2.88%
G=17.99%
B=79.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4251100.960.7700.57228.1192.9822.35
Hex4196E604D039e45d16
Octal43115614011507134413526
Binary10011001110111011000001001101011100111100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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