Html Css Color HEX #0861CD Navy Blue

📋 copy color: '#0861CD'

red 8 ◦ green 97 ◦ blue 205

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

Shades of Navy Blue #0861CD

Tints of Navy Blue #0861CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

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

R = 2.58%
G = 31.29%
B = 66.13%

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

#0861CD (or 0x0861CD) is known color: Navy Blue. HEX triplet: 08, 61 and CD. RGB value is (8,97,205). Sum of RGB (Red+Green+Blue) = 8+97+205=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0861CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861CD is #F79E32. Grayscale: #525252. Windows color (decimal): -16227891 or 13459720. OLE color: 13459720.

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

Color convert

RGB 8 97 205 -
CMYK 0.96 0.53 0 0.20
HSL 212.89º 0.92% 0.42% -
HSV(B) 212.89º 0.96% 0.8% -
XYZ 15.39 13.01 59.46 -
YUV 82.7 197.01 74.72 -
System Red Green Blue C M Y K H S L
Decimal 8 97 205 0.96 0.53 0 0.20 212.89 0.92 0.42
Hex 8 61 CD 60 35 0 14 D5 5C 2A
Octal 10 141 315 140 65 0 24 325 134 52
Binary 1000 1100001 11001101 1100000 110101 0 10100 11010101 1011100 101010

Color Harmonies of #0861CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0861CD

Black with #0861CD

Text Example


Text Example

White with #0861CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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