Html Css Color HEX #0871DD Navy Blue

📋 copy color: '#0871DD'

red 8 ◦ green 113 ◦ blue 221

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

Shades of Navy Blue #0871DD

Tints of Navy Blue #0871DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 2.34%
G = 33.04%
B = 64.62%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0871DD (or 0x0871DD) is known color: Navy Blue. HEX triplet: 08, 71 and DD. RGB value is (8,113,221). Sum of RGB (Red+Green+Blue) = 8+113+221=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0871DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871DD is #F78E22. Grayscale: #5D5D5D. Windows color (decimal): -16223779 or 14512392. OLE color: 14512392.

HSL color Cylindrical-coordinate representation of color #0871DD: hue angle of 210.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0871DD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 113 221 -
CMYK 0.96 0.49 0 0.13
HSL 210.42º 0.93% 0.45% -
HSV(B) 210.42º 0.96% 0.87% -
XYZ 19.06 17.08 70.7 -
YUV 93.92 199.71 66.72 -
System Red Green Blue C M Y K H S L
Decimal 8 113 221 0.96 0.49 0 0.13 210.42 0.93 0.45
Hex 8 71 DD 60 31 0 D D2 5D 2D
Octal 10 161 335 140 61 0 15 322 135 55
Binary 1000 1110001 11011101 1100000 110001 0 1101 11010010 1011101 101101

Color Harmonies of #0871DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871DD

Black with #0871DD

Text Example


Text Example

White with #0871DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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