Html Css Color HEX #0861DC Navy Blue

📋 copy color: '#0861DC'

red 8 ◦ green 97 ◦ blue 220

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

Shades of Navy Blue #0861DC

Tints of Navy Blue #0861DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 2.46%
G = 29.85%
B = 67.69%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0861DC (or 0x0861DC) is known color: Navy Blue. HEX triplet: 08, 61 and DC. RGB value is (8,97,220). Sum of RGB (Red+Green+Blue) = 8+97+220=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0861DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861DC is #F79E23. Grayscale: #535353. Windows color (decimal): -16227876 or 14442760. OLE color: 14442760.

HSL color Cylindrical-coordinate representation of color #0861DC: hue angle of 214.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0861DC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 97 220 -
CMYK 0.96 0.56 0 0.14
HSL 214.81º 0.93% 0.45% -
HSV(B) 214.81º 0.96% 0.86% -
XYZ 17.29 13.77 69.46 -
YUV 84.41 204.51 73.5 -
System Red Green Blue C M Y K H S L
Decimal 8 97 220 0.96 0.56 0 0.14 214.81 0.93 0.45
Hex 8 61 DC 60 38 0 E D7 5D 2D
Octal 10 141 334 140 70 0 16 327 135 55
Binary 1000 1100001 11011100 1100000 111000 0 1110 11010111 1011101 101101

Color Harmonies of #0861DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0861DC

Black with #0861DC

Text Example


Text Example

White with #0861DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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