#094275

Color #094275 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #094275

Tints of Dark Cerulean #094275

Color information

#094275 (or 0x094275) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 75. RGB value is (9,66,117). Sum of RGB (Red+Green+Blue) = 9+66+117=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #094275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094275 is #F6BD8A. Grayscale: #363636. Windows color (decimal): -16170379 or 7684617. OLE color: 7684617.

HSL color Cylindrical-coordinate representation of color #094275: hue angle of 208.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094275 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB966117-
CMYK0.920.4400.54
HSL208.33º85.71%24.71%-
HSV(B)208.33º92.31%45.88%-
XYZ5.275.2417.56-
YUV54.77163.1295.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=4.69%
G=34.38%
B=60.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9661170.920.4400.54208.3385.7124.71
Hex942755C2C036d05619
Octal111021651345406632012631
Binary1001100001011101011011100101100011011011010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094275; }

 p { color: rgb(9,66,117); }

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

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

 a { background-color: rgb(9,66,117); }

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

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

 span { border-color: rgb(9,66,117); }

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