Html Css Color HEX #094DEE Navy Blue

📋 copy color: '#094DEE'

red 9 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #094DEE

Tints of Navy Blue #094DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.46%

R = 2.78%
G = 23.77%
B = 73.46%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094DEE (or 0x094DEE) is known color: Navy Blue. HEX triplet: 09, 4D and EE. RGB value is (9,77,238). Sum of RGB (Red+Green+Blue) = 9+77+238=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #094DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DEE is #F6B211. Grayscale: #4A4A4A. Windows color (decimal): -16167442 or 15617289. OLE color: 15617289.

HSL color Cylindrical-coordinate representation of color #094DEE: hue angle of 222.18º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DEE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 77 238 -
CMYK 0.96 0.68 0 0.07
HSL 222.18º 0.93% 0.48% -
HSV(B) 222.18º 0.96% 0.93% -
XYZ 18.2 11.54 82.16 -
YUV 75.02 219.97 80.91 -
System Red Green Blue C M Y K H S L
Decimal 9 77 238 0.96 0.68 0 0.07 222.18 0.93 0.48
Hex 9 4D EE 60 44 0 7 DE 5D 30
Octal 11 115 356 140 104 0 7 336 135 60
Binary 1001 1001101 11101110 1100000 1000100 0 111 11011110 1011101 110000

Color Harmonies of #094DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DEE

Black with #094DEE

Text Example


Text Example

White with #094DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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