Html Css Color HEX #094DE0 Navy Blue

📋 copy color: '#094DE0'

red 9 ◦ green 77 ◦ blue 224

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

Shades of Navy Blue #094DE0

Tints of Navy Blue #094DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.26%

R = 2.9%
G = 24.84%
B = 72.26%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#094DE0 (or 0x094DE0) is known color: Navy Blue. HEX triplet: 09, 4D and E0. RGB value is (9,77,224). Sum of RGB (Red+Green+Blue) = 9+77+224=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #094DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DE0 is #F6B21F. Grayscale: #484848. Windows color (decimal): -16167456 or 14699785. OLE color: 14699785.

HSL color Cylindrical-coordinate representation of color #094DE0: hue angle of 221.02º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DE0 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 77 224 -
CMYK 0.96 0.66 0 0.12
HSL 221.02º 0.92% 0.46% -
HSV(B) 221.02º 0.96% 0.88% -
XYZ 16.22 10.75 71.74 -
YUV 73.43 212.97 82.05 -
System Red Green Blue C M Y K H S L
Decimal 9 77 224 0.96 0.66 0 0.12 221.02 0.92 0.46
Hex 9 4D E0 60 42 0 C DD 5C 2E
Octal 11 115 340 140 102 0 14 335 134 56
Binary 1001 1001101 11100000 1100000 1000010 0 1100 11011101 1011100 101110

Color Harmonies of #094DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DE0

Black with #094DE0

Text Example


Text Example

White with #094DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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