Html Css Color HEX #096AEE Navy Blue

📋 copy color: '#096AEE'

red 9 ◦ green 106 ◦ blue 238

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

Shades of Navy Blue #096AEE

Tints of Navy Blue #096AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

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

R = 2.55%
G = 30.03%
B = 67.42%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096AEE (or 0x096AEE) is known color: Navy Blue. HEX triplet: 09, 6A and EE. RGB value is (9,106,238). Sum of RGB (Red+Green+Blue) = 9+106+238=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #096AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AEE is #F69511. Grayscale: #5B5B5B. Windows color (decimal): -16160018 or 15624713. OLE color: 15624713.

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

Color convert

RGB 9 106 238 -
CMYK 0.96 0.55 0 0.07
HSL 214.59º 0.93% 0.48% -
HSV(B) 214.59º 0.96% 0.93% -
XYZ 20.7 16.54 82.99 -
YUV 92.05 210.36 68.77 -
System Red Green Blue C M Y K H S L
Decimal 9 106 238 0.96 0.55 0 0.07 214.59 0.93 0.48
Hex 9 6A EE 60 37 0 7 D7 5D 30
Octal 11 152 356 140 67 0 7 327 135 60
Binary 1001 1101010 11101110 1100000 110111 0 111 11010111 1011101 110000

Color Harmonies of #096AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AEE

Black with #096AEE

Text Example


Text Example

White with #096AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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