Html Css Color HEX #094472 Dark Cerulean

📋 copy color: '#094472'

red 9 ◦ green 68 ◦ blue 114

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

Shades of Dark Cerulean #094472

Tints of Dark Cerulean #094472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

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

R = 4.71%
G = 35.6%
B = 59.69%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094472 (or 0x094472) is known color: Dark Cerulean. HEX triplet: 09, 44 and 72. RGB value is (9,68,114). Sum of RGB (Red+Green+Blue) = 9+68+114=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #094472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094472 is #F6BB8D. Grayscale: #373737. Windows color (decimal): -16169870 or 7488521. OLE color: 7488521.

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

Color convert

RGB 9 68 114 -
CMYK 0.92 0.40 0 0.55
HSL 206.29º 0.85% 0.24% -
HSV(B) 206.29º 0.92% 0.45% -
XYZ 5.22 5.41 16.69 -
YUV 55.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 9 68 114 0.92 0.40 0 0.55 206.29 0.85 0.24
Hex 9 44 72 5C 28 0 37 CE 55 18
Octal 11 104 162 134 50 0 67 316 125 30
Binary 1001 1000100 1110010 1011100 101000 0 110111 11001110 1010101 11000

Color Harmonies of #094472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094472

Black with #094472

Text Example


Text Example

White with #094472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094472; }

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

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

background-color css

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

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

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

border-color css

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

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

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