Html Css Color HEX #0866CD Navy Blue

📋 copy color: '#0866CD'

red 8 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0866CD

Tints of Navy Blue #0866CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 2.54%
G = 32.38%
B = 65.08%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0866CD (or 0x0866CD) is known color: Navy Blue. HEX triplet: 08, 66 and CD. RGB value is (8,102,205). Sum of RGB (Red+Green+Blue) = 8+102+205=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #0866CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0866CD is #F79932. Grayscale: #555555. Windows color (decimal): -16226611 or 13461000. OLE color: 13461000.

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

Color convert

RGB 8 102 205 -
CMYK 0.96 0.50 0 0.20
HSL 211.37º 0.92% 0.42% -
HSV(B) 211.37º 0.96% 0.8% -
XYZ 15.87 13.96 59.62 -
YUV 85.64 195.36 72.62 -
System Red Green Blue C M Y K H S L
Decimal 8 102 205 0.96 0.50 0 0.20 211.37 0.92 0.42
Hex 8 66 CD 60 32 0 14 D3 5C 2A
Octal 10 146 315 140 62 0 24 323 134 52
Binary 1000 1100110 11001101 1100000 110010 0 10100 11010011 1011100 101010

Color Harmonies of #0866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866CD

Black with #0866CD

Text Example


Text Example

White with #0866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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