Html Css Color HEX #094E70 Dark Cerulean

📋 copy color: '#094E70'

red 9 ◦ green 78 ◦ blue 112

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

Shades of Dark Cerulean #094E70

Tints of Dark Cerulean #094E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

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

R = 4.52%
G = 39.2%
B = 56.28%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094E70 (or 0x094E70) is known color: Dark Cerulean. HEX triplet: 09, 4E and 70. RGB value is (9,78,112). Sum of RGB (Red+Green+Blue) = 9+78+112=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #094E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E70 is #F6B18F. Grayscale: #3D3D3D. Windows color (decimal): -16167312 or 7360009. OLE color: 7360009.

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

Color convert

RGB 9 78 112 -
CMYK 0.92 0.30 0 0.56
HSL 199.81º 0.85% 0.24% -
HSV(B) 199.81º 0.92% 0.44% -
XYZ 5.76 6.68 16.31 -
YUV 61.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 9 78 112 0.92 0.30 0 0.56 199.81 0.85 0.24
Hex 9 4E 70 5C 1E 0 38 C8 55 18
Octal 11 116 160 134 36 0 70 310 125 30
Binary 1001 1001110 1110000 1011100 11110 0 111000 11001000 1010101 11000

Color Harmonies of #094E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E70

Black with #094E70

Text Example


Text Example

White with #094E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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