#04094F

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

Shades of Sapphire #04094F

Tints of Sapphire #04094F

Color information

#04094F (or 0x04094F) is unknown color: approx Sapphire. HEX triplet: 04, 09 and 4F. RGB value is (4,9,79). Sum of RGB (Red+Green+Blue) = 4+9+79=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 79 (31.25% from 255 or 85.87% from 92); Max value from RGB is 79 - color contains mainly: blue. Hex color #04094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04094F is #FBF6B0. Grayscale: #0F0F0F. Windows color (decimal): -16512689 or 5179652. OLE color: 5179652.

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

Color convert

RGB4979-
CMYK0.950.8900.69
HSL236º90.36%16.27%-
HSV(B)236º94.94%30.98%-
XYZ1.560.797.47-
YUV15.48163.84119.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 79 (31.25% from 255) = 85.87%
R=4.35%
G=9.78%
B=85.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal49790.950.8900.6923690.3616.27
Hex494F5F59045ec5a10
Octal411117137131010535413220
Binary10010011001111101111110110010100010111101100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,9,79); }

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

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

 a { background-color: rgb(4,9,79); }

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

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

 span { border-color: rgb(4,9,79); }

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