Html Css Color HEX #096DEE Navy Blue

📋 copy color: '#096DEE'

red 9 ◦ green 109 ◦ blue 238

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

Shades of Navy Blue #096DEE

Tints of Navy Blue #096DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 2.53%
G = 30.62%
B = 66.85%

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

#096DEE (or 0x096DEE) is known color: Navy Blue. HEX triplet: 09, 6D and EE. RGB value is (9,109,238). Sum of RGB (Red+Green+Blue) = 9+109+238=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #096DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DEE is #F69211. Grayscale: #5D5D5D. Windows color (decimal): -16159250 or 15625481. OLE color: 15625481.

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

Color convert

RGB 9 109 238 -
CMYK 0.96 0.54 0 0.07
HSL 213.8º 0.93% 0.48% -
HSV(B) 213.8º 0.96% 0.93% -
XYZ 21.01 17.17 83.1 -
YUV 93.81 209.37 67.51 -
System Red Green Blue C M Y K H S L
Decimal 9 109 238 0.96 0.54 0 0.07 213.8 0.93 0.48
Hex 9 6D EE 60 36 0 7 D6 5D 30
Octal 11 155 356 140 66 0 7 326 135 60
Binary 1001 1101101 11101110 1100000 110110 0 111 11010110 1011101 110000

Color Harmonies of #096DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DEE

Black with #096DEE

Text Example


Text Example

White with #096DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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