Html Css Color HEX #096EE9 Navy Blue

📋 copy color: '#096EE9'

red 9 ◦ green 110 ◦ blue 233

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

Shades of Navy Blue #096EE9

Tints of Navy Blue #096EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.19%

R = 2.56%
G = 31.25%
B = 66.19%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#096EE9 (or 0x096EE9) is known color: Navy Blue. HEX triplet: 09, 6E and E9. RGB value is (9,110,233). Sum of RGB (Red+Green+Blue) = 9+110+233=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 233 (91.41% from 255 or 66.19% from 352); Max value from RGB is 233 - color contains mainly: blue. Hex color #096EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EE9 is #F69116. Grayscale: #5D5D5D. Windows color (decimal): -16158999 or 15298057. OLE color: 15298057.

HSL color Cylindrical-coordinate representation of color #096EE9: hue angle of 212.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EE9 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 110 233 -
CMYK 0.96 0.53 0 0.09
HSL 212.95º 0.93% 0.47% -
HSV(B) 212.95º 0.96% 0.91% -
XYZ 20.4 17.09 79.32 -
YUV 93.82 206.54 67.5 -
System Red Green Blue C M Y K H S L
Decimal 9 110 233 0.96 0.53 0 0.09 212.95 0.93 0.47
Hex 9 6E E9 60 35 0 9 D5 5D 2F
Octal 11 156 351 140 65 0 11 325 135 57
Binary 1001 1101110 11101001 1100000 110101 0 1001 11010101 1011101 101111

Color Harmonies of #096EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EE9

Black with #096EE9

Text Example


Text Example

White with #096EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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