Html Css Color HEX #0871CC Navy Blue

📋 copy color: '#0871CC'

red 8 ◦ green 113 ◦ blue 204

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

Shades of Navy Blue #0871CC

Tints of Navy Blue #0871CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 2.46%
G = 34.77%
B = 62.77%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0871CC (or 0x0871CC) is known color: Navy Blue. HEX triplet: 08, 71 and CC. RGB value is (8,113,204). Sum of RGB (Red+Green+Blue) = 8+113+204=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0871CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871CC is #F78E33. Grayscale: #5B5B5B. Windows color (decimal): -16223796 or 13398280. OLE color: 13398280.

HSL color Cylindrical-coordinate representation of color #0871CC: hue angle of 207.86º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0871CC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 113 204 -
CMYK 0.96 0.45 0 0.2
HSL 207.86º 0.92% 0.42% -
HSV(B) 207.86º 0.96% 0.8% -
XYZ 16.9 16.22 59.37 -
YUV 91.98 191.21 68.1 -
System Red Green Blue C M Y K H S L
Decimal 8 113 204 0.96 0.45 0 0.2 207.86 0.92 0.42
Hex 8 71 CC 60 2D 0 14 D0 5C 2A
Octal 10 161 314 140 55 0 24 320 134 52
Binary 1000 1110001 11001100 1100000 101101 0 10100 11010000 1011100 101010

Color Harmonies of #0871CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871CC

Black with #0871CC

Text Example


Text Example

White with #0871CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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