Html Css Color HEX #096FCD Navy Blue

📋 copy color: '#096FCD'

red 9 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #096FCD

Tints of Navy Blue #096FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 2.77%
G = 34.15%
B = 63.08%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096FCD (or 0x096FCD) is known color: Navy Blue. HEX triplet: 09, 6F and CD. RGB value is (9,111,205). Sum of RGB (Red+Green+Blue) = 9+111+205=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #096FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FCD is #F69032. Grayscale: #5A5A5A. Windows color (decimal): -16158771 or 13463305. OLE color: 13463305.

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

Color convert

RGB 9 111 205 -
CMYK 0.96 0.46 0 0.20
HSL 208.78º 0.92% 0.42% -
HSV(B) 208.78º 0.96% 0.8% -
XYZ 16.82 15.83 59.93 -
YUV 91.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 9 111 205 0.96 0.46 0 0.20 208.78 0.92 0.42
Hex 9 6F CD 60 2E 0 14 D1 5C 2A
Octal 11 157 315 140 56 0 24 321 134 52
Binary 1001 1101111 11001101 1100000 101110 0 10100 11010001 1011100 101010

Color Harmonies of #096FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FCD

Black with #096FCD

Text Example


Text Example

White with #096FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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