Html Css Color HEX #096AE1 Navy Blue

📋 copy color: '#096AE1'

red 9 ◦ green 106 ◦ blue 225

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

Shades of Navy Blue #096AE1

Tints of Navy Blue #096AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.18%

R = 2.65%
G = 31.18%
B = 66.18%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#096AE1 (or 0x096AE1) is known color: Navy Blue. HEX triplet: 09, 6A and E1. RGB value is (9,106,225). Sum of RGB (Red+Green+Blue) = 9+106+225=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #096AE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AE1 is #F6951E. Grayscale: #595959. Windows color (decimal): -16160031 or 14772745. OLE color: 14772745.

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

Color convert

RGB 9 106 225 -
CMYK 0.96 0.53 0 0.12
HSL 213.06º 0.92% 0.46% -
HSV(B) 213.06º 0.96% 0.88% -
XYZ 18.86 15.8 73.29 -
YUV 90.56 203.86 69.82 -
System Red Green Blue C M Y K H S L
Decimal 9 106 225 0.96 0.53 0 0.12 213.06 0.92 0.46
Hex 9 6A E1 60 35 0 C D5 5C 2E
Octal 11 152 341 140 65 0 14 325 134 56
Binary 1001 1101010 11100001 1100000 110101 0 1100 11010101 1011100 101110

Color Harmonies of #096AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AE1

Black with #096AE1

Text Example


Text Example

White with #096AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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