Html Css Color HEX #096DD5 Navy Blue

📋 copy color: '#096DD5'

red 9 ◦ green 109 ◦ blue 213

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

Shades of Navy Blue #096DD5

Tints of Navy Blue #096DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.35%

R = 2.72%
G = 32.93%
B = 64.35%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#096DD5 (or 0x096DD5) is known color: Navy Blue. HEX triplet: 09, 6D and D5. RGB value is (9,109,213). Sum of RGB (Red+Green+Blue) = 9+109+213=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #096DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DD5 is #F6922A. Grayscale: #5A5A5A. Windows color (decimal): -16159275 or 13987081. OLE color: 13987081.

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

Color convert

RGB 9 109 213 -
CMYK 0.96 0.49 0 0.16
HSL 210.59º 0.92% 0.44% -
HSV(B) 210.59º 0.96% 0.84% -
XYZ 17.59 15.8 65.07 -
YUV 90.96 196.87 69.54 -
System Red Green Blue C M Y K H S L
Decimal 9 109 213 0.96 0.49 0 0.16 210.59 0.92 0.44
Hex 9 6D D5 60 31 0 10 D3 5C 2C
Octal 11 155 325 140 61 0 20 323 134 54
Binary 1001 1101101 11010101 1100000 110001 0 10000 11010011 1011100 101100

Color Harmonies of #096DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DD5

Black with #096DD5

Text Example


Text Example

White with #096DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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