Html Css Color HEX #096CD9 Navy Blue

📋 copy color: '#096CD9'

red 9 ◦ green 108 ◦ blue 217

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

Shades of Navy Blue #096CD9

Tints of Navy Blue #096CD9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 217 (85.16% from 255) = 64.97%

R = 2.69%
G = 32.34%
B = 64.97%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096CD9 (or 0x096CD9) is known color: Navy Blue. HEX triplet: 09, 6C and D9. RGB value is (9,108,217). Sum of RGB (Red+Green+Blue) = 9+108+217=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 217 (85.16% from 255 or 64.97% from 334); Max value from RGB is 217 - color contains mainly: blue. Hex color #096CD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CD9 is #F69326. Grayscale: #5A5A5A. Windows color (decimal): -16159527 or 14248969. OLE color: 14248969.

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

Color convert

RGB 9 108 217 -
CMYK 0.96 0.50 0 0.15
HSL 211.44º 0.92% 0.44% -
HSV(B) 211.44º 0.96% 0.85% -
XYZ 18 15.79 67.75 -
YUV 90.83 199.2 69.64 -
System Red Green Blue C M Y K H S L
Decimal 9 108 217 0.96 0.50 0 0.15 211.44 0.92 0.44
Hex 9 6C D9 60 32 0 F D3 5C 2C
Octal 11 154 331 140 62 0 17 323 134 54
Binary 1001 1101100 11011001 1100000 110010 0 1111 11010011 1011100 101100

Color Harmonies of #096CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CD9

Black with #096CD9

Text Example


Text Example

White with #096CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,217); }

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

background-color css

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

 a { background-color: rgb(9,108,217); }

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

border-color css

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

 span { border-color: rgb(9,108,217); }

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