Html Css Color HEX #094A93 Dark Cerulean

📋 copy color: '#094A93'

red 9 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #094A93

Tints of Dark Cerulean #094A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 3.91%
G = 32.17%
B = 63.91%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#094A93 (or 0x094A93) is known color: Dark Cerulean. HEX triplet: 09, 4A and 93. RGB value is (9,74,147). Sum of RGB (Red+Green+Blue) = 9+74+147=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #094A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A93 is #F6B56C. Grayscale: #3E3E3E. Windows color (decimal): -16168301 or 9652745. OLE color: 9652745.

HSL color Cylindrical-coordinate representation of color #094A93: hue angle of 211.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094A93 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 74 147 -
CMYK 0.94 0.50 0 0.42
HSL 211.74º 0.88% 0.31% -
HSV(B) 211.74º 0.94% 0.58% -
XYZ 7.83 7.06 28.55 -
YUV 62.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 9 74 147 0.94 0.50 0 0.42 211.74 0.88 0.31
Hex 9 4A 93 5E 32 0 2A D4 58 1F
Octal 11 112 223 136 62 0 52 324 130 37
Binary 1001 1001010 10010011 1011110 110010 0 101010 11010100 1011000 11111

Color Harmonies of #094A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A93

Black with #094A93

Text Example


Text Example

White with #094A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,147); }

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

background-color css

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

 a { background-color: rgb(9,74,147); }

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

border-color css

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

 span { border-color: rgb(9,74,147); }

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