Html Css Color HEX #0866FB Navy Blue

📋 copy color: '#0866FB'

red 8 ◦ green 102 ◦ blue 251

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

Shades of Navy Blue #0866FB

Tints of Navy Blue #0866FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 2.22%
G = 28.25%
B = 69.53%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0866FB (or 0x0866FB) is known color: Navy Blue. HEX triplet: 08, 66 and FB. RGB value is (8,102,251). Sum of RGB (Red+Green+Blue) = 8+102+251=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #0866FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0866FB is #F79904. Grayscale: #5A5A5A. Windows color (decimal): -16226565 or 16475656. OLE color: 16475656.

HSL color Cylindrical-coordinate representation of color #0866FB: hue angle of 216.79º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0866FB is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 102 251 -
CMYK 0.97 0.59 0 0.02
HSL 216.79º 0.97% 0.51% -
HSV(B) 216.79º 0.97% 0.98% -
XYZ 22.26 16.52 93.28 -
YUV 90.88 218.36 68.88 -
System Red Green Blue C M Y K H S L
Decimal 8 102 251 0.97 0.59 0 0.02 216.79 0.97 0.51
Hex 8 66 FB 61 3B 0 2 D9 61 33
Octal 10 146 373 141 73 0 2 331 141 63
Binary 1000 1100110 11111011 1100001 111011 0 10 11011001 1100001 110011

Color Harmonies of #0866FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866FB

Black with #0866FB

Text Example


Text Example

White with #0866FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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