Html Css Color HEX #094172 Dark Cerulean

📋 copy color: '#094172'

red 9 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #094172

Tints of Dark Cerulean #094172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 4.79%
G = 34.57%
B = 60.64%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094172 (or 0x094172) is known color: Dark Cerulean. HEX triplet: 09, 41 and 72. RGB value is (9,65,114). Sum of RGB (Red+Green+Blue) = 9+65+114=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #094172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094172 is #F6BE8D. Grayscale: #353535. Windows color (decimal): -16170638 or 7487753. OLE color: 7487753.

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

Color convert

RGB 9 65 114 -
CMYK 0.92 0.43 0 0.55
HSL 208º 0.85% 0.24% -
HSV(B) 208º 0.92% 0.45% -
XYZ 5.04 5.05 16.63 -
YUV 53.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 9 65 114 0.92 0.43 0 0.55 208 0.85 0.24
Hex 9 41 72 5C 2B 0 37 D0 55 18
Octal 11 101 162 134 53 0 67 320 125 30
Binary 1001 1000001 1110010 1011100 101011 0 110111 11010000 1010101 11000

Color Harmonies of #094172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094172

Black with #094172

Text Example


Text Example

White with #094172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094172; }

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

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

background-color css

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

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

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

border-color css

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

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

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