#094085

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

Shades of Dark Cerulean #094085

Tints of Dark Cerulean #094085

Color information

#094085 (or 0x094085) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 85. RGB value is (9,64,133). Sum of RGB (Red+Green+Blue) = 9+64+133=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #094085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094085 is #F6BF7A. Grayscale: #373737. Windows color (decimal): -16170875 or 8732681. OLE color: 8732681.

HSL color Cylindrical-coordinate representation of color #094085: hue angle of 213.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094085 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB964133-
CMYK0.930.5200.48
HSL213.39º87.32%27.84%-
HSV(B)213.39º93.23%52.16%-
XYZ6.185.4222.91-
YUV55.42171.7894.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=4.37%
G=31.07%
B=64.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9641330.930.5200.48213.3987.3227.84
Hex940855D34030d5571c
Octal111002051356406032512734
Binary10011000000100001011011101110100011000011010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094085; }

 p { color: rgb(9,64,133); }

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

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

 a { background-color: rgb(9,64,133); }

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

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

 span { border-color: rgb(9,64,133); }

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