Html Css Color HEX #096DCA Navy Blue

📋 copy color: '#096DCA'

red 9 ◦ green 109 ◦ blue 202

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

Shades of Navy Blue #096DCA

Tints of Navy Blue #096DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 2.81%
G = 34.06%
B = 63.13%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#096DCA (or 0x096DCA) is known color: Navy Blue. HEX triplet: 09, 6D and CA. RGB value is (9,109,202). Sum of RGB (Red+Green+Blue) = 9+109+202=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #096DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCA is #F69235. Grayscale: #595959. Windows color (decimal): -16159286 or 13266185. OLE color: 13266185.

HSL color Cylindrical-coordinate representation of color #096DCA: hue angle of 208.91º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DCA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 109 202 -
CMYK 0.96 0.46 0 0.21
HSL 208.91º 0.91% 0.41% -
HSV(B) 208.91º 0.96% 0.79% -
XYZ 16.24 15.26 57.97 -
YUV 89.7 191.37 70.44 -
System Red Green Blue C M Y K H S L
Decimal 9 109 202 0.96 0.46 0 0.21 208.91 0.91 0.41
Hex 9 6D CA 60 2E 0 15 D1 5B 29
Octal 11 155 312 140 56 0 25 321 133 51
Binary 1001 1101101 11001010 1100000 101110 0 10101 11010001 1011011 101001

Color Harmonies of #096DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DCA

Black with #096DCA

Text Example


Text Example

White with #096DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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