Html Css Color HEX #0860CD Navy Blue

📋 copy color: '#0860CD'

red 8 ◦ green 96 ◦ blue 205

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

Shades of Navy Blue #0860CD

Tints of Navy Blue #0860CD

RGB

 RED value IS 8 (3.52% from 255) = 2.59%

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 2.59%
G = 31.07%
B = 66.34%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0860CD (or 0x0860CD) is known color: Navy Blue. HEX triplet: 08, 60 and CD. RGB value is (8,96,205). Sum of RGB (Red+Green+Blue) = 8+96+205=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0860CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860CD is #F79F32. Grayscale: #515151. Windows color (decimal): -16228147 or 13459464. OLE color: 13459464.

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

Color convert

RGB 8 96 205 -
CMYK 0.96 0.53 0 0.20
HSL 213.2º 0.92% 0.42% -
HSV(B) 213.2º 0.96% 0.8% -
XYZ 15.3 12.83 59.43 -
YUV 82.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 8 96 205 0.96 0.53 0 0.20 213.2 0.92 0.42
Hex 8 60 CD 60 35 0 14 D5 5C 2A
Octal 10 140 315 140 65 0 24 325 134 52
Binary 1000 1100000 11001101 1100000 110101 0 10100 11010101 1011100 101010

Color Harmonies of #0860CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0860CD

Black with #0860CD

Text Example


Text Example

White with #0860CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0860CD; }

 p { color: rgb(8,96,205); }

 H1.HeaderClassName
 {
   color: #0860CD;
 }
 .AnyTagClassName
 {
   color: #0860CD;
 }
</style>

background-color css

<style>
 a { background-color: #0860CD; }

 a { background-color: rgb(8,96,205); }

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

border-color css

<style>
 span { border-color: #0860CD; }

 span { border-color: rgb(8,96,205); }

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