Html Css Color HEX #096ADA Navy Blue

📋 copy color: '#096ADA'

red 9 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #096ADA

Tints of Navy Blue #096ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 2.7%
G = 31.83%
B = 65.47%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096ADA (or 0x096ADA) is known color: Navy Blue. HEX triplet: 09, 6A and DA. RGB value is (9,106,218). Sum of RGB (Red+Green+Blue) = 9+106+218=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #096ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADA is #F69525. Grayscale: #595959. Windows color (decimal): -16160038 or 14313993. OLE color: 14313993.

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

Color convert

RGB 9 106 218 -
CMYK 0.96 0.51 0 0.15
HSL 212.15º 0.92% 0.45% -
HSV(B) 212.15º 0.96% 0.85% -
XYZ 17.92 15.43 68.36 -
YUV 89.77 200.36 70.39 -
System Red Green Blue C M Y K H S L
Decimal 9 106 218 0.96 0.51 0 0.15 212.15 0.92 0.45
Hex 9 6A DA 60 33 0 F D4 5C 2D
Octal 11 152 332 140 63 0 17 324 134 55
Binary 1001 1101010 11011010 1100000 110011 0 1111 11010100 1011100 101101

Color Harmonies of #096ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ADA

Black with #096ADA

Text Example


Text Example

White with #096ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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