Html Css Color HEX #094C72 Dark Cerulean

📋 copy color: '#094C72'

red 9 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #094C72

Tints of Dark Cerulean #094C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 4.52%
G = 38.19%
B = 57.29%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094C72 (or 0x094C72) is known color: Dark Cerulean. HEX triplet: 09, 4C and 72. RGB value is (9,76,114). Sum of RGB (Red+Green+Blue) = 9+76+114=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #094C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C72 is #F6B38D. Grayscale: #3C3C3C. Windows color (decimal): -16167822 or 7490569. OLE color: 7490569.

HSL color Cylindrical-coordinate representation of color #094C72: hue angle of 201.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094C72 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 76 114 -
CMYK 0.92 0.33 0 0.55
HSL 201.71º 0.85% 0.24% -
HSV(B) 201.71º 0.92% 0.45% -
XYZ 5.73 6.44 16.86 -
YUV 60.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 9 76 114 0.92 0.33 0 0.55 201.71 0.85 0.24
Hex 9 4C 72 5C 21 0 37 CA 55 18
Octal 11 114 162 134 41 0 67 312 125 30
Binary 1001 1001100 1110010 1011100 100001 0 110111 11001010 1010101 11000

Color Harmonies of #094C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C72

Black with #094C72

Text Example


Text Example

White with #094C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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