Html Css Color HEX #096DDC Navy Blue

📋 copy color: '#096DDC'

red 9 ◦ green 109 ◦ blue 220

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

Shades of Navy Blue #096DDC

Tints of Navy Blue #096DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 2.66%
G = 32.25%
B = 65.09%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#096DDC (or 0x096DDC) is known color: Navy Blue. HEX triplet: 09, 6D and DC. RGB value is (9,109,220). Sum of RGB (Red+Green+Blue) = 9+109+220=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #096DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DDC is #F69223. Grayscale: #5B5B5B. Windows color (decimal): -16159268 or 14445833. OLE color: 14445833.

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

Color convert

RGB 9 109 220 -
CMYK 0.96 0.50 0 0.14
HSL 211.56º 0.92% 0.45% -
HSV(B) 211.56º 0.96% 0.86% -
XYZ 18.5 16.16 69.85 -
YUV 91.75 200.37 68.97 -
System Red Green Blue C M Y K H S L
Decimal 9 109 220 0.96 0.50 0 0.14 211.56 0.92 0.45
Hex 9 6D DC 60 32 0 E D4 5C 2D
Octal 11 155 334 140 62 0 16 324 134 55
Binary 1001 1101101 11011100 1100000 110010 0 1110 11010100 1011100 101101

Color Harmonies of #096DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DDC

Black with #096DDC

Text Example


Text Example

White with #096DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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