Html Css Color HEX #094A78 Dark Cerulean

📋 copy color: '#094A78'

red 9 ◦ green 74 ◦ blue 120

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

Shades of Dark Cerulean #094A78

Tints of Dark Cerulean #094A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

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

R = 4.43%
G = 36.45%
B = 59.11%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094A78 (or 0x094A78) is known color: Dark Cerulean. HEX triplet: 09, 4A and 78. RGB value is (9,74,120). Sum of RGB (Red+Green+Blue) = 9+74+120=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #094A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A78 is #F6B587. Grayscale: #3B3B3B. Windows color (decimal): -16168328 or 7883273. OLE color: 7883273.

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

Color convert

RGB 9 74 120 -
CMYK 0.92 0.38 0 0.53
HSL 204.86º 0.86% 0.25% -
HSV(B) 204.86º 0.93% 0.47% -
XYZ 5.95 6.31 18.67 -
YUV 59.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 9 74 120 0.92 0.38 0 0.53 204.86 0.86 0.25
Hex 9 4A 78 5C 26 0 35 CD 56 19
Octal 11 112 170 134 46 0 65 315 126 31
Binary 1001 1001010 1111000 1011100 100110 0 110101 11001101 1010110 11001

Color Harmonies of #094A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A78

Black with #094A78

Text Example


Text Example

White with #094A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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