Html Css Color HEX #096BCD Navy Blue

📋 copy color: '#096BCD'

red 9 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #096BCD

Tints of Navy Blue #096BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.33%

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

R = 2.8%
G = 33.33%
B = 63.86%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096BCD (or 0x096BCD) is known color: Navy Blue. HEX triplet: 09, 6B and CD. RGB value is (9,107,205). Sum of RGB (Red+Green+Blue) = 9+107+205=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #096BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCD is #F69432. Grayscale: #585858. Windows color (decimal): -16159795 or 13462281. OLE color: 13462281.

HSL color Cylindrical-coordinate representation of color #096BCD: hue angle of 210º 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 #096BCD is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 107 205 -
CMYK 0.96 0.48 0 0.20
HSL 210º 0.92% 0.42% -
HSV(B) 210º 0.96% 0.8% -
XYZ 16.39 14.98 59.79 -
YUV 88.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 9 107 205 0.96 0.48 0 0.20 210 0.92 0.42
Hex 9 6B CD 60 30 0 14 D2 5C 2A
Octal 11 153 315 140 60 0 24 322 134 52
Binary 1001 1101011 11001101 1100000 110000 0 10100 11010010 1011100 101010

Color Harmonies of #096BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BCD

Black with #096BCD

Text Example


Text Example

White with #096BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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