Html Css Color HEX #094DED Navy Blue

📋 copy color: '#094DED'

red 9 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #094DED

Tints of Navy Blue #094DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.37%

R = 2.79%
G = 23.84%
B = 73.37%

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

#094DED (or 0x094DED) is known color: Navy Blue. HEX triplet: 09, 4D and ED. RGB value is (9,77,237). Sum of RGB (Red+Green+Blue) = 9+77+237=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #094DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DED is #F6B212. Grayscale: #4A4A4A. Windows color (decimal): -16167443 or 15551753. OLE color: 15551753.

HSL color Cylindrical-coordinate representation of color #094DED: hue angle of 222.11º 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 #094DED is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 77 237 -
CMYK 0.96 0.68 0 0.07
HSL 222.11º 0.93% 0.48% -
HSV(B) 222.11º 0.96% 0.93% -
XYZ 18.05 11.48 81.39 -
YUV 74.91 219.47 80.99 -
System Red Green Blue C M Y K H S L
Decimal 9 77 237 0.96 0.68 0 0.07 222.11 0.93 0.48
Hex 9 4D ED 60 44 0 7 DE 5D 30
Octal 11 115 355 140 104 0 7 336 135 60
Binary 1001 1001101 11101101 1100000 1000100 0 111 11011110 1011101 110000

Color Harmonies of #094DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DED

Black with #094DED

Text Example


Text Example

White with #094DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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