Html Css Color HEX #0866DB Navy Blue

📋 copy color: '#0866DB'

red 8 ◦ green 102 ◦ blue 219

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

Shades of Navy Blue #0866DB

Tints of Navy Blue #0866DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 2.43%
G = 31%
B = 66.57%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0866DB (or 0x0866DB) is known color: Navy Blue. HEX triplet: 08, 66 and DB. RGB value is (8,102,219). Sum of RGB (Red+Green+Blue) = 8+102+219=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0866DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0866DB is #F79924. Grayscale: #565656. Windows color (decimal): -16226597 or 14378504. OLE color: 14378504.

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

Color convert

RGB 8 102 219 -
CMYK 0.96 0.53 0 0.14
HSL 213.27º 0.93% 0.45% -
HSV(B) 213.27º 0.96% 0.86% -
XYZ 17.64 14.67 68.92 -
YUV 87.23 202.36 71.49 -
System Red Green Blue C M Y K H S L
Decimal 8 102 219 0.96 0.53 0 0.14 213.27 0.93 0.45
Hex 8 66 DB 60 35 0 E D5 5D 2D
Octal 10 146 333 140 65 0 16 325 135 55
Binary 1000 1100110 11011011 1100000 110101 0 1110 11010101 1011101 101101

Color Harmonies of #0866DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866DB

Black with #0866DB

Text Example


Text Example

White with #0866DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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