#096EEA

Color #096EEA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #096EEA

Tints of Navy Blue #096EEA

Color information

#096EEA (or 0x096EEA) is unknown color: approx Navy Blue. HEX triplet: 09, 6E and EA. RGB value is (9,110,234). Sum of RGB (Red+Green+Blue) = 9+110+234=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #096EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EEA is #F69115. Grayscale: #5D5D5D. Windows color (decimal): -16158998 or 15363593. OLE color: 15363593.

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

Color convert

RGB9110234-
CMYK0.960.5300.08
HSL213.07º92.59%47.65%-
HSV(B)213.07º96.15%91.76%-
XYZ20.5417.1580.07-
YUV93.94207.0467.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.55%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 66.29%
R=2.55%
G=31.16%
B=66.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal91102340.960.5300.08213.0792.5947.65
Hex96EEA603508d55d30
Octal111563521406501032513560
Binary1001110111011101010110000011010101000110101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #096EEA;
 }
 .AnyTagClassName
 {
   color: #096EEA;
 }
</style>
background-color css

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

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

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

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

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

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