Html Css Color HEX #094070 Dark Cerulean

📋 copy color: '#094070'

red 9 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #094070

Tints of Dark Cerulean #094070

RGB

 RED value IS 9 (3.91% from 255) = 4.86%

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 4.86%
G = 34.59%
B = 60.54%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094070 (or 0x094070) is known color: Dark Cerulean. HEX triplet: 09, 40 and 70. RGB value is (9,64,112). Sum of RGB (Red+Green+Blue) = 9+64+112=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #094070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094070 is #F6BF8F. Grayscale: #343434. Windows color (decimal): -16170896 or 7356425. OLE color: 7356425.

HSL color Cylindrical-coordinate representation of color #094070: hue angle of 207.96º 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 #094070 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 64 112 -
CMYK 0.92 0.43 0 0.56
HSL 207.96º 0.85% 0.24% -
HSV(B) 207.96º 0.92% 0.44% -
XYZ 4.87 4.89 16.02 -
YUV 53.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 9 64 112 0.92 0.43 0 0.56 207.96 0.85 0.24
Hex 9 40 70 5C 2B 0 38 D0 55 18
Octal 11 100 160 134 53 0 70 320 125 30
Binary 1001 1000000 1110000 1011100 101011 0 111000 11010000 1010101 11000

Color Harmonies of #094070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094070

Black with #094070

Text Example


Text Example

White with #094070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094070; }

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

 H1.HeaderClassName
 {
   color: #094070;
 }
 .AnyTagClassName
 {
   color: #094070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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