#04094B

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

Shades of Sapphire #04094B

Tints of Sapphire #04094B

Color information

#04094B (or 0x04094B) is unknown color: approx Sapphire. HEX triplet: 04, 09 and 4B. RGB value is (4,9,75). Sum of RGB (Red+Green+Blue) = 4+9+75=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 75 (29.69% from 255 or 85.23% from 88); Max value from RGB is 75 - color contains mainly: blue. Hex color #04094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04094B is #FBF6B4. Grayscale: #0E0E0E. Windows color (decimal): -16512693 or 4917508. OLE color: 4917508.

HSL color Cylindrical-coordinate representation of color #04094B: hue angle of 235.77º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04094B is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB4975-
CMYK0.950.8800.71
HSL235.77º89.87%15.49%-
HSV(B)235.77º94.67%29.41%-
XYZ1.420.736.72-
YUV15.03161.84120.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 75 (29.69% from 255) = 85.23%
R=4.55%
G=10.23%
B=85.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal49750.950.8800.71235.7789.8715.49
Hex494B5F58047ec5af
Octal411113137130010735413217
Binary1001001100101110111111011000010001111110110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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