Html Css Color HEX #094492 Dark Cerulean

📋 copy color: '#094492'

red 9 ◦ green 68 ◦ blue 146

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

Shades of Dark Cerulean #094492

Tints of Dark Cerulean #094492

RGB

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

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

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

R = 4.04%
G = 30.49%
B = 65.47%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094492 (or 0x094492) is known color: Dark Cerulean. HEX triplet: 09, 44 and 92. RGB value is (9,68,146). Sum of RGB (Red+Green+Blue) = 9+68+146=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #094492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094492 is #F6BB6D. Grayscale: #3A3A3A. Windows color (decimal): -16169838 or 9585673. OLE color: 9585673.

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

Color convert

RGB 9 68 146 -
CMYK 0.94 0.53 0 0.43
HSL 214.16º 0.88% 0.3% -
HSV(B) 214.16º 0.94% 0.57% -
XYZ 7.37 6.27 28.02 -
YUV 59.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 9 68 146 0.94 0.53 0 0.43 214.16 0.88 0.3
Hex 9 44 92 5E 35 0 2B D6 58 1E
Octal 11 104 222 136 65 0 53 326 130 36
Binary 1001 1000100 10010010 1011110 110101 0 101011 11010110 1011000 11110

Color Harmonies of #094492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094492

Black with #094492

Text Example


Text Example

White with #094492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094492; }

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

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

background-color css

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

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

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

border-color css

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

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

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