Html Css Color HEX #096ACE Navy Blue

📋 copy color: '#096ACE'

red 9 ◦ green 106 ◦ blue 206

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

Shades of Navy Blue #096ACE

Tints of Navy Blue #096ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 2.8%
G = 33.02%
B = 64.17%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#096ACE (or 0x096ACE) is known color: Navy Blue. HEX triplet: 09, 6A and CE. RGB value is (9,106,206). Sum of RGB (Red+Green+Blue) = 9+106+206=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #096ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ACE is #F69531. Grayscale: #575757. Windows color (decimal): -16160050 or 13527561. OLE color: 13527561.

HSL color Cylindrical-coordinate representation of color #096ACE: hue angle of 210.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ACE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 106 206 -
CMYK 0.96 0.49 0 0.19
HSL 210.46º 0.92% 0.42% -
HSV(B) 210.46º 0.96% 0.81% -
XYZ 16.41 14.82 60.39 -
YUV 88.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 9 106 206 0.96 0.49 0 0.19 210.46 0.92 0.42
Hex 9 6A CE 60 31 0 13 D2 5C 2A
Octal 11 152 316 140 61 0 23 322 134 52
Binary 1001 1101010 11001110 1100000 110001 0 10011 11010010 1011100 101010

Color Harmonies of #096ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ACE

Black with #096ACE

Text Example


Text Example

White with #096ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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