#094488

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

Shades of Dark Cerulean #094488

Tints of Dark Cerulean #094488

Color information

#094488 (or 0x094488) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 88. RGB value is (9,68,136). Sum of RGB (Red+Green+Blue) = 9+68+136=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #094488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094488 is #F6BB77. Grayscale: #393939. Windows color (decimal): -16169848 or 8930313. OLE color: 8930313.

HSL color Cylindrical-coordinate representation of color #094488: hue angle of 212.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094488 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB968136-
CMYK0.930.5000.47
HSL212.13º87.59%28.43%-
HSV(B)212.13º93.38%53.33%-
XYZ6.625.9724.1-
YUV58.11171.9592.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=4.23%
G=31.92%
B=63.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9681360.930.5000.47212.1387.5928.43
Hex944885D3202Fd4581c
Octal111042101356205732413034
Binary10011000100100010001011101110010010111111010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094488; }

 p { color: rgb(9,68,136); }

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

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

 a { background-color: rgb(9,68,136); }

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

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

 span { border-color: rgb(9,68,136); }

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