#094A8A

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

Shades of Dark Cerulean #094A8A

Tints of Dark Cerulean #094A8A

Color information

#094A8A (or 0x094A8A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4A and 8A. RGB value is (9,74,138). Sum of RGB (Red+Green+Blue) = 9+74+138=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #094A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A8A is #F6B575. Grayscale: #3D3D3D. Windows color (decimal): -16168310 or 9062921. OLE color: 9062921.

HSL color Cylindrical-coordinate representation of color #094A8A: hue angle of 209.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A8A is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB974138-
CMYK0.930.4600.46
HSL209.77º87.76%28.82%-
HSV(B)209.77º93.48%54.12%-
XYZ7.156.7924.98-
YUV61.86170.9790.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=4.07%
G=33.48%
B=62.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9741380.930.4600.46209.7787.7628.82
Hex94A8A5D2E02Ed2581d
Octal111122121355605632213035
Binary10011001010100010101011101101110010111011010010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A8A; }

 p { color: rgb(9,74,138); }

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

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

 a { background-color: rgb(9,74,138); }

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

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

 span { border-color: rgb(9,74,138); }

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