Html Css Color HEX #094DDE Navy Blue

📋 copy color: '#094DDE'

red 9 ◦ green 77 ◦ blue 222

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

Shades of Navy Blue #094DDE

Tints of Navy Blue #094DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 2.92%
G = 25%
B = 72.08%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094DDE (or 0x094DDE) is known color: Navy Blue. HEX triplet: 09, 4D and DE. RGB value is (9,77,222). Sum of RGB (Red+Green+Blue) = 9+77+222=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #094DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DDE is #F6B221. Grayscale: #484848. Windows color (decimal): -16167458 or 14568713. OLE color: 14568713.

HSL color Cylindrical-coordinate representation of color #094DDE: hue angle of 220.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DDE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 77 222 -
CMYK 0.96 0.65 0 0.13
HSL 220.85º 0.92% 0.45% -
HSV(B) 220.85º 0.96% 0.87% -
XYZ 15.95 10.64 70.32 -
YUV 73.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 9 77 222 0.96 0.65 0 0.13 220.85 0.92 0.45
Hex 9 4D DE 60 41 0 D DD 5C 2D
Octal 11 115 336 140 101 0 15 335 134 55
Binary 1001 1001101 11011110 1100000 1000001 0 1101 11011101 1011100 101101

Color Harmonies of #094DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DDE

Black with #094DDE

Text Example


Text Example

White with #094DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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