Html Css Color HEX #094C92 Dark Cerulean

📋 copy color: '#094C92'

red 9 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #094C92

Tints of Dark Cerulean #094C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 3.9%
G = 32.9%
B = 63.2%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094C92 (or 0x094C92) is known color: Dark Cerulean. HEX triplet: 09, 4C and 92. RGB value is (9,76,146). Sum of RGB (Red+Green+Blue) = 9+76+146=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #094C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C92 is #F6B36D. Grayscale: #3F3F3F. Windows color (decimal): -16167790 or 9587721. OLE color: 9587721.

HSL color Cylindrical-coordinate representation of color #094C92: hue angle of 210.66º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094C92 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 76 146 -
CMYK 0.94 0.48 0 0.43
HSL 210.66º 0.88% 0.3% -
HSV(B) 210.66º 0.94% 0.57% -
XYZ 7.89 7.3 28.19 -
YUV 63.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 9 76 146 0.94 0.48 0 0.43 210.66 0.88 0.3
Hex 9 4C 92 5E 30 0 2B D3 58 1E
Octal 11 114 222 136 60 0 53 323 130 36
Binary 1001 1001100 10010010 1011110 110000 0 101011 11010011 1011000 11110

Color Harmonies of #094C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C92

Black with #094C92

Text Example


Text Example

White with #094C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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