Html Css Color HEX #0870DC Navy Blue

📋 copy color: '#0870DC'

red 8 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #0870DC

Tints of Navy Blue #0870DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 2.35%
G = 32.94%
B = 64.71%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0870DC (or 0x0870DC) is known color: Navy Blue. HEX triplet: 08, 70 and DC. RGB value is (8,112,220). Sum of RGB (Red+Green+Blue) = 8+112+220=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #0870DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870DC is #F78F23. Grayscale: #5C5C5C. Windows color (decimal): -16224036 or 14446600. OLE color: 14446600.

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

Color convert

RGB 8 112 220 -
CMYK 0.96 0.49 0 0.14
HSL 210.57º 0.93% 0.45% -
HSV(B) 210.57º 0.96% 0.86% -
XYZ 18.81 16.81 69.96 -
YUV 93.22 199.54 67.22 -
System Red Green Blue C M Y K H S L
Decimal 8 112 220 0.96 0.49 0 0.14 210.57 0.93 0.45
Hex 8 70 DC 60 31 0 E D3 5D 2D
Octal 10 160 334 140 61 0 16 323 135 55
Binary 1000 1110000 11011100 1100000 110001 0 1110 11010011 1011101 101101

Color Harmonies of #0870DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0870DC

Black with #0870DC

Text Example


Text Example

White with #0870DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0870DC; }

 p { color: rgb(8,112,220); }

 H1.HeaderClassName
 {
   color: #0870DC;
 }
 .AnyTagClassName
 {
   color: #0870DC;
 }
</style>

background-color css

<style>
 a { background-color: #0870DC; }

 a { background-color: rgb(8,112,220); }

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

border-color css

<style>
 span { border-color: #0870DC; }

 span { border-color: rgb(8,112,220); }

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