Html Css Color HEX #094D8E Dark Cerulean

📋 copy color: '#094D8E'

red 9 ◦ green 77 ◦ blue 142

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

Shades of Dark Cerulean #094D8E

Tints of Dark Cerulean #094D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.28%

R = 3.95%
G = 33.77%
B = 62.28%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094D8E (or 0x094D8E) is known color: Dark Cerulean. HEX triplet: 09, 4D and 8E. RGB value is (9,77,142). Sum of RGB (Red+Green+Blue) = 9+77+142=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #094D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D8E is #F6B271. Grayscale: #3F3F3F. Windows color (decimal): -16167538 or 9325833. OLE color: 9325833.

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

Color convert

RGB 9 77 142 -
CMYK 0.94 0.46 0 0.44
HSL 209.32º 0.88% 0.3% -
HSV(B) 209.32º 0.94% 0.56% -
XYZ 7.65 7.32 26.6 -
YUV 64.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 9 77 142 0.94 0.46 0 0.44 209.32 0.88 0.3
Hex 9 4D 8E 5E 2E 0 2C D1 58 1E
Octal 11 115 216 136 56 0 54 321 130 36
Binary 1001 1001101 10001110 1011110 101110 0 101100 11010001 1011000 11110

Color Harmonies of #094D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D8E

Black with #094D8E

Text Example


Text Example

White with #094D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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