Html Css Color HEX #0871EB Navy Blue

📋 copy color: '#0871EB'

red 8 ◦ green 113 ◦ blue 235

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

Shades of Navy Blue #0871EB

Tints of Navy Blue #0871EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 2.25%
G = 31.74%
B = 66.01%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0871EB (or 0x0871EB) is known color: Navy Blue. HEX triplet: 08, 71 and EB. RGB value is (8,113,235). Sum of RGB (Red+Green+Blue) = 8+113+235=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #0871EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0871EB is #F78E14. Grayscale: #5E5E5E. Windows color (decimal): -16223765 or 15429896. OLE color: 15429896.

HSL color Cylindrical-coordinate representation of color #0871EB: hue angle of 212.25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0871EB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 113 235 -
CMYK 0.97 0.52 0 0.08
HSL 212.25º 0.93% 0.48% -
HSV(B) 212.25º 0.97% 0.92% -
XYZ 21 17.86 80.94 -
YUV 95.51 206.71 65.58 -
System Red Green Blue C M Y K H S L
Decimal 8 113 235 0.97 0.52 0 0.08 212.25 0.93 0.48
Hex 8 71 EB 61 34 0 8 D4 5D 30
Octal 10 161 353 141 64 0 10 324 135 60
Binary 1000 1110001 11101011 1100001 110100 0 1000 11010100 1011101 110000

Color Harmonies of #0871EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871EB

Black with #0871EB

Text Example


Text Example

White with #0871EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0871EB; }

 p { color: rgb(8,113,235); }

 H1.HeaderClassName
 {
   color: #0871EB;
 }
 .AnyTagClassName
 {
   color: #0871EB;
 }
</style>

background-color css

<style>
 a { background-color: #0871EB; }

 a { background-color: rgb(8,113,235); }

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

border-color css

<style>
 span { border-color: #0871EB; }

 span { border-color: rgb(8,113,235); }

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