#04296F

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

Shades of Sapphire #04296F

Tints of Sapphire #04296F

Color information

#04296F (or 0x04296F) is unknown color: approx Sapphire. HEX triplet: 04, 29 and 6F. RGB value is (4,41,111). Sum of RGB (Red+Green+Blue) = 4+41+111=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #04296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04296F is #FBD690. Grayscale: #252525. Windows color (decimal): -16504465 or 7284996. OLE color: 7284996.

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

Color convert

RGB441111-
CMYK0.960.6300.56
HSL219.25º93.04%22.55%-
HSV(B)219.25º96.4%43.53%-
XYZ3.712.7615.38-
YUV37.92169.24103.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 111 (43.75% from 255) = 71.15%
R=2.56%
G=26.28%
B=71.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4411110.960.6300.56219.2593.0422.55
Hex4296F603F038db5d17
Octal4511571407707033313527
Binary10010100111011111100000111111011100011011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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