Html Css Color HEX #096EED Navy Blue

📋 copy color: '#096EED'

red 9 ◦ green 110 ◦ blue 237

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

Shades of Navy Blue #096EED

Tints of Navy Blue #096EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 2.53%
G = 30.9%
B = 66.57%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096EED (or 0x096EED) is known color: Navy Blue. HEX triplet: 09, 6E and ED. RGB value is (9,110,237). Sum of RGB (Red+Green+Blue) = 9+110+237=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #096EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EED is #F69112. Grayscale: #5D5D5D. Windows color (decimal): -16158995 or 15560201. OLE color: 15560201.

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

Color convert

RGB 9 110 237 -
CMYK 0.96 0.54 0 0.07
HSL 213.42º 0.93% 0.48% -
HSV(B) 213.42º 0.96% 0.93% -
XYZ 20.97 17.32 82.36 -
YUV 94.28 208.54 67.17 -
System Red Green Blue C M Y K H S L
Decimal 9 110 237 0.96 0.54 0 0.07 213.42 0.93 0.48
Hex 9 6E ED 60 36 0 7 D5 5D 30
Octal 11 156 355 140 66 0 7 325 135 60
Binary 1001 1101110 11101101 1100000 110110 0 111 11010101 1011101 110000

Color Harmonies of #096EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EED

Black with #096EED

Text Example


Text Example

White with #096EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096EED; }

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

 H1.HeaderClassName
 {
   color: #096EED;
 }
 .AnyTagClassName
 {
   color: #096EED;
 }
</style>

background-color css

<style>
 a { background-color: #096EED; }

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

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

border-color css

<style>
 span { border-color: #096EED; }

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

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