Html Css Color HEX #094D89 Dark Cerulean

📋 copy color: '#094D89'

red 9 ◦ green 77 ◦ blue 137

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

Shades of Dark Cerulean #094D89

Tints of Dark Cerulean #094D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 4.04%
G = 34.53%
B = 61.43%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#094D89 (or 0x094D89) is known color: Dark Cerulean. HEX triplet: 09, 4D and 89. RGB value is (9,77,137). Sum of RGB (Red+Green+Blue) = 9+77+137=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #094D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D89 is #F6B276. Grayscale: #3F3F3F. Windows color (decimal): -16167543 or 8998153. OLE color: 8998153.

HSL color Cylindrical-coordinate representation of color #094D89: hue angle of 208.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094D89 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 77 137 -
CMYK 0.93 0.44 0 0.46
HSL 208.13º 0.88% 0.29% -
HSV(B) 208.13º 0.93% 0.54% -
XYZ 7.28 7.17 24.67 -
YUV 63.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 9 77 137 0.93 0.44 0 0.46 208.13 0.88 0.29
Hex 9 4D 89 5D 2C 0 2E D0 58 1D
Octal 11 115 211 135 54 0 56 320 130 35
Binary 1001 1001101 10001001 1011101 101100 0 101110 11010000 1011000 11101

Color Harmonies of #094D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D89

Black with #094D89

Text Example


Text Example

White with #094D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,137); }

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

background-color css

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

 a { background-color: rgb(9,77,137); }

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

border-color css

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

 span { border-color: rgb(9,77,137); }

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