Html Css Color HEX #096ADE Navy Blue

📋 copy color: '#096ADE'

red 9 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #096ADE

Tints of Navy Blue #096ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 2.67%
G = 31.45%
B = 65.88%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096ADE (or 0x096ADE) is known color: Navy Blue. HEX triplet: 09, 6A and DE. RGB value is (9,106,222). Sum of RGB (Red+Green+Blue) = 9+106+222=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #096ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADE is #F69521. Grayscale: #595959. Windows color (decimal): -16160034 or 14576137. OLE color: 14576137.

HSL color Cylindrical-coordinate representation of color #096ADE: hue angle of 212.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ADE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 106 222 -
CMYK 0.96 0.52 0 0.13
HSL 212.68º 0.92% 0.45% -
HSV(B) 212.68º 0.96% 0.87% -
XYZ 18.45 15.64 71.15 -
YUV 90.22 202.36 70.07 -
System Red Green Blue C M Y K H S L
Decimal 9 106 222 0.96 0.52 0 0.13 212.68 0.92 0.45
Hex 9 6A DE 60 34 0 D D5 5C 2D
Octal 11 152 336 140 64 0 15 325 134 55
Binary 1001 1101010 11011110 1100000 110100 0 1101 11010101 1011100 101101

Color Harmonies of #096ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ADE

Black with #096ADE

Text Example


Text Example

White with #096ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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