Html Css Color HEX #096CCD Navy Blue

📋 copy color: '#096CCD'

red 9 ◦ green 108 ◦ blue 205

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

Shades of Navy Blue #096CCD

Tints of Navy Blue #096CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 2.8%
G = 33.54%
B = 63.66%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096CCD (or 0x096CCD) is known color: Navy Blue. HEX triplet: 09, 6C and CD. RGB value is (9,108,205). Sum of RGB (Red+Green+Blue) = 9+108+205=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #096CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CCD is #F69332. Grayscale: #585858. Windows color (decimal): -16159539 or 13462537. OLE color: 13462537.

HSL color Cylindrical-coordinate representation of color #096CCD: hue angle of 209.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CCD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 108 205 -
CMYK 0.96 0.47 0 0.20
HSL 209.69º 0.92% 0.42% -
HSV(B) 209.69º 0.96% 0.8% -
XYZ 16.49 15.19 59.82 -
YUV 89.46 193.2 70.61 -
System Red Green Blue C M Y K H S L
Decimal 9 108 205 0.96 0.47 0 0.20 209.69 0.92 0.42
Hex 9 6C CD 60 2F 0 14 D2 5C 2A
Octal 11 154 315 140 57 0 24 322 134 52
Binary 1001 1101100 11001101 1100000 101111 0 10100 11010010 1011100 101010

Color Harmonies of #096CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CCD

Black with #096CCD

Text Example


Text Example

White with #096CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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