#094C8B

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

Shades of Dark Cerulean #094C8B

Tints of Dark Cerulean #094C8B

Color information

#094C8B (or 0x094C8B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4C and 8B. RGB value is (9,76,139). Sum of RGB (Red+Green+Blue) = 9+76+139=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #094C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C8B is #F6B374. Grayscale: #3E3E3E. Windows color (decimal): -16167797 or 9128969. OLE color: 9128969.

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

Color convert

RGB976139-
CMYK0.940.4500.45
HSL209.08º87.84%29.02%-
HSV(B)209.08º93.53%54.51%-
XYZ7.367.0925.41-
YUV63.15170.889.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 139 (54.69% from 255) = 62.05%
R=4.02%
G=33.93%
B=62.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9761390.940.4500.45209.0887.8429.02
Hex94C8B5E2D02Dd1581d
Octal111142131365505532113035
Binary10011001100100010111011110101101010110111010001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,76,139); }

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

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

 a { background-color: rgb(9,76,139); }

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

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

 span { border-color: rgb(9,76,139); }

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