#094B70

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

Shades of Dark Cerulean #094B70

Tints of Dark Cerulean #094B70

Color information

#094B70 (or 0x094B70) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 70. RGB value is (9,75,112). Sum of RGB (Red+Green+Blue) = 9+75+112=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #094B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B70 is #F6B48F. Grayscale: #3B3B3B. Windows color (decimal): -16168080 or 7359241. OLE color: 7359241.

HSL color Cylindrical-coordinate representation of color #094B70: hue angle of 201.55º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094B70 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB975112-
CMYK0.920.3300.56
HSL201.55º85.12%23.73%-
HSV(B)201.55º91.96%43.92%-
XYZ5.556.2616.24-
YUV59.48157.6391.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=4.59%
G=38.27%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9751120.920.3300.56201.5585.1223.73
Hex94B705C21038ca5518
Octal111131601344107031212530
Binary1001100101111100001011100100001011100011001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,75,112); }

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

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

 a { background-color: rgb(9,75,112); }

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

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

 span { border-color: rgb(9,75,112); }

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