Html Css Color HEX #094B70 Dark Cerulean

📋 copy color: '#094B70'

red 9 ◦ green 75 ◦ blue 112

#094B70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #094B70

Tints of Dark Cerulean #094B70

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 value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094B70 (or 0x094B70) is known color: 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

RGB 9 75 112 -
CMYK 0.92 0.33 0 0.56
HSL 201.55º 0.85% 0.24% -
HSV(B) 201.55º 0.92% 0.44% -
XYZ 5.55 6.26 16.24 -
YUV 59.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 9 75 112 0.92 0.33 0 0.56 201.55 0.85 0.24
Hex 9 4B 70 5C 21 0 38 CA 55 18
Octal 11 113 160 134 41 0 70 312 125 30
Binary 1001 1001011 1110000 1011100 100001 0 111000 11001010 1010101 11000

Color Harmonies of #094B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B70

Black with #094B70

Text Example


Text Example

White with #094B70

Text Example


Text Example

HTML Codes & Css Web 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>