Html Css Color HEX #0866BF Navy Blue

📋 copy color: '#0866BF'

red 8 ◦ green 102 ◦ blue 191

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

Shades of Navy Blue #0866BF

Tints of Navy Blue #0866BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 2.66%
G = 33.89%
B = 63.46%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0866BF (or 0x0866BF) is known color: Navy Blue. HEX triplet: 08, 66 and BF. RGB value is (8,102,191). Sum of RGB (Red+Green+Blue) = 8+102+191=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #0866BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0866BF is #F79940. Grayscale: #535353. Windows color (decimal): -16226625 or 12543496. OLE color: 12543496.

HSL color Cylindrical-coordinate representation of color #0866BF: hue angle of 209.18º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0866BF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 102 191 -
CMYK 0.96 0.47 0 0.25
HSL 209.18º 0.92% 0.39% -
HSV(B) 209.18º 0.96% 0.75% -
XYZ 14.26 13.32 51.11 -
YUV 84.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 8 102 191 0.96 0.47 0 0.25 209.18 0.92 0.39
Hex 8 66 BF 60 2F 0 19 D1 5C 27
Octal 10 146 277 140 57 0 31 321 134 47
Binary 1000 1100110 10111111 1100000 101111 0 11001 11010001 1011100 100111

Color Harmonies of #0866BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866BF

Black with #0866BF

Text Example


Text Example

White with #0866BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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