Html Css Color HEX #094672 Dark Cerulean

📋 copy color: '#094672'

red 9 ◦ green 70 ◦ blue 114

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

Shades of Dark Cerulean #094672

Tints of Dark Cerulean #094672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 4.66%
G = 36.27%
B = 59.07%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094672 (or 0x094672) is known color: Dark Cerulean. HEX triplet: 09, 46 and 72. RGB value is (9,70,114). Sum of RGB (Red+Green+Blue) = 9+70+114=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #094672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094672 is #F6B98D. Grayscale: #383838. Windows color (decimal): -16169358 or 7489033. OLE color: 7489033.

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

Color convert

RGB 9 70 114 -
CMYK 0.92 0.39 0 0.55
HSL 205.14º 0.85% 0.24% -
HSV(B) 205.14º 0.92% 0.45% -
XYZ 5.34 5.65 16.73 -
YUV 56.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 9 70 114 0.92 0.39 0 0.55 205.14 0.85 0.24
Hex 9 46 72 5C 27 0 37 CD 55 18
Octal 11 106 162 134 47 0 67 315 125 30
Binary 1001 1000110 1110010 1011100 100111 0 110111 11001101 1010101 11000

Color Harmonies of #094672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094672

Black with #094672

Text Example


Text Example

White with #094672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094672; }

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

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

background-color css

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

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

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

border-color css

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

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

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