Html Css Color HEX #094370 Dark Cerulean

📋 copy color: '#094370'

red 9 ◦ green 67 ◦ blue 112

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

Shades of Dark Cerulean #094370

Tints of Dark Cerulean #094370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

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

R = 4.79%
G = 35.64%
B = 59.57%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094370 (or 0x094370) is known color: Dark Cerulean. HEX triplet: 09, 43 and 70. RGB value is (9,67,112). Sum of RGB (Red+Green+Blue) = 9+67+112=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #094370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094370 is #F6BC8F. Grayscale: #363636. Windows color (decimal): -16170128 or 7357193. OLE color: 7357193.

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

Color convert

RGB 9 67 112 -
CMYK 0.92 0.40 0 0.56
HSL 206.21º 0.85% 0.24% -
HSV(B) 206.21º 0.92% 0.44% -
XYZ 5.04 5.24 16.08 -
YUV 54.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 9 67 112 0.92 0.40 0 0.56 206.21 0.85 0.24
Hex 9 43 70 5C 28 0 38 CE 55 18
Octal 11 103 160 134 50 0 70 316 125 30
Binary 1001 1000011 1110000 1011100 101000 0 111000 11001110 1010101 11000

Color Harmonies of #094370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094370

Black with #094370

Text Example


Text Example

White with #094370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094370; }

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

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

background-color css

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

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

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

border-color css

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

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

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