Html Css Color HEX #096AE5 Navy Blue

📋 copy color: '#096AE5'

red 9 ◦ green 106 ◦ blue 229

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

Shades of Navy Blue #096AE5

Tints of Navy Blue #096AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 66.57%

R = 2.62%
G = 30.81%
B = 66.57%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#096AE5 (or 0x096AE5) is known color: Navy Blue. HEX triplet: 09, 6A and E5. RGB value is (9,106,229). Sum of RGB (Red+Green+Blue) = 9+106+229=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #096AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AE5 is #F6951A. Grayscale: #5A5A5A. Windows color (decimal): -16160027 or 15034889. OLE color: 15034889.

HSL color Cylindrical-coordinate representation of color #096AE5: hue angle of 213.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AE5 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 106 229 -
CMYK 0.96 0.54 0 0.10
HSL 213.55º 0.92% 0.47% -
HSV(B) 213.55º 0.96% 0.9% -
XYZ 19.41 16.02 76.2 -
YUV 91.02 205.86 69.5 -
System Red Green Blue C M Y K H S L
Decimal 9 106 229 0.96 0.54 0 0.10 213.55 0.92 0.47
Hex 9 6A E5 60 36 0 A D6 5C 2F
Octal 11 152 345 140 66 0 12 326 134 57
Binary 1001 1101010 11100101 1100000 110110 0 1010 11010110 1011100 101111

Color Harmonies of #096AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AE5

Black with #096AE5

Text Example


Text Example

White with #096AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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