Html Css Color HEX #0861CC Navy Blue

📋 copy color: '#0861CC'

red 8 ◦ green 97 ◦ blue 204

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

Shades of Navy Blue #0861CC

Tints of Navy Blue #0861CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 2.59%
G = 31.39%
B = 66.02%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0861CC (or 0x0861CC) is known color: Navy Blue. HEX triplet: 08, 61 and CC. RGB value is (8,97,204). Sum of RGB (Red+Green+Blue) = 8+97+204=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0861CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861CC is #F79E33. Grayscale: #525252. Windows color (decimal): -16227892 or 13394184. OLE color: 13394184.

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

Color convert

RGB 8 97 204 -
CMYK 0.96 0.52 0 0.2
HSL 212.76º 0.92% 0.42% -
HSV(B) 212.76º 0.96% 0.8% -
XYZ 15.27 12.96 58.82 -
YUV 82.59 196.51 74.8 -
System Red Green Blue C M Y K H S L
Decimal 8 97 204 0.96 0.52 0 0.2 212.76 0.92 0.42
Hex 8 61 CC 60 34 0 14 D5 5C 2A
Octal 10 141 314 140 64 0 24 325 134 52
Binary 1000 1100001 11001100 1100000 110100 0 10100 11010101 1011100 101010

Color Harmonies of #0861CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0861CC

Black with #0861CC

Text Example


Text Example

White with #0861CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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