Html Css Color HEX #096DDA Navy Blue

📋 copy color: '#096DDA'

red 9 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #096DDA

Tints of Navy Blue #096DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 2.68%
G = 32.44%
B = 64.88%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096DDA (or 0x096DDA) is known color: Navy Blue. HEX triplet: 09, 6D and DA. RGB value is (9,109,218). Sum of RGB (Red+Green+Blue) = 9+109+218=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #096DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DDA is #F69225. Grayscale: #5A5A5A. Windows color (decimal): -16159270 or 14314761. OLE color: 14314761.

HSL color Cylindrical-coordinate representation of color #096DDA: hue angle of 211.29º 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 #096DDA is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 109 218 -
CMYK 0.96 0.5 0 0.15
HSL 211.29º 0.92% 0.45% -
HSV(B) 211.29º 0.96% 0.85% -
XYZ 18.24 16.06 68.47 -
YUV 91.53 199.37 69.14 -
System Red Green Blue C M Y K H S L
Decimal 9 109 218 0.96 0.5 0 0.15 211.29 0.92 0.45
Hex 9 6D DA 60 32 0 F D3 5C 2D
Octal 11 155 332 140 62 0 17 323 134 55
Binary 1001 1101101 11011010 1100000 110010 0 1111 11010011 1011100 101101

Color Harmonies of #096DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DDA

Black with #096DDA

Text Example


Text Example

White with #096DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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