#04296E

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

Shades of Sapphire #04296E

Tints of Sapphire #04296E

Color information

#04296E (or 0x04296E) is unknown color: approx Sapphire. HEX triplet: 04, 29 and 6E. RGB value is (4,41,110). Sum of RGB (Red+Green+Blue) = 4+41+110=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #04296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04296E is #FBD691. Grayscale: #252525. Windows color (decimal): -16504466 or 7219460. OLE color: 7219460.

HSL color Cylindrical-coordinate representation of color #04296E: hue angle of 219.06º 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 #04296E is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB441110-
CMYK0.960.6300.57
HSL219.06º92.98%22.35%-
HSV(B)219.06º96.36%43.14%-
XYZ3.662.7415.09-
YUV37.8168.74103.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=2.58%
G=26.45%
B=70.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4411100.960.6300.57219.0692.9822.35
Hex4296E603F039db5d16
Octal4511561407707133313526
Binary10010100111011101100000111111011100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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