Html Css Color HEX #094D91 Dark Cerulean

📋 copy color: '#094D91'

red 9 ◦ green 77 ◦ blue 145

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

Shades of Dark Cerulean #094D91

Tints of Dark Cerulean #094D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 3.9%
G = 33.33%
B = 62.77%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094D91 (or 0x094D91) is known color: Dark Cerulean. HEX triplet: 09, 4D and 91. RGB value is (9,77,145). Sum of RGB (Red+Green+Blue) = 9+77+145=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #094D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D91 is #F6B26E. Grayscale: #404040. Windows color (decimal): -16167535 or 9522441. OLE color: 9522441.

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

Color convert

RGB 9 77 145 -
CMYK 0.94 0.47 0 0.43
HSL 210º 0.88% 0.3% -
HSV(B) 210º 0.94% 0.57% -
XYZ 7.88 7.41 27.8 -
YUV 64.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 9 77 145 0.94 0.47 0 0.43 210 0.88 0.3
Hex 9 4D 91 5E 2F 0 2B D2 58 1E
Octal 11 115 221 136 57 0 53 322 130 36
Binary 1001 1001101 10010001 1011110 101111 0 101011 11010010 1011000 11110

Color Harmonies of #094D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D91

Black with #094D91

Text Example


Text Example

White with #094D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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