Html Css Color HEX #094C78 Dark Cerulean

📋 copy color: '#094C78'

red 9 ◦ green 76 ◦ blue 120

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

Shades of Dark Cerulean #094C78

Tints of Dark Cerulean #094C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 4.39%
G = 37.07%
B = 58.54%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094C78 (or 0x094C78) is known color: Dark Cerulean. HEX triplet: 09, 4C and 78. RGB value is (9,76,120). Sum of RGB (Red+Green+Blue) = 9+76+120=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #094C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C78 is #F6B387. Grayscale: #3C3C3C. Windows color (decimal): -16167816 or 7883785. OLE color: 7883785.

HSL color Cylindrical-coordinate representation of color #094C78: hue angle of 203.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094C78 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 76 120 -
CMYK 0.92 0.37 0 0.53
HSL 203.78º 0.86% 0.25% -
HSV(B) 203.78º 0.93% 0.47% -
XYZ 6.09 6.58 18.72 -
YUV 60.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 9 76 120 0.92 0.37 0 0.53 203.78 0.86 0.25
Hex 9 4C 78 5C 25 0 35 CC 56 19
Octal 11 114 170 134 45 0 65 314 126 31
Binary 1001 1001100 1111000 1011100 100101 0 110101 11001100 1010110 11001

Color Harmonies of #094C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C78

Black with #094C78

Text Example


Text Example

White with #094C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,120); }

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

background-color css

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

 a { background-color: rgb(9,76,120); }

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

border-color css

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

 span { border-color: rgb(9,76,120); }

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