Html Css Color HEX #0870DF Navy Blue

📋 copy color: '#0870DF'

red 8 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #0870DF

Tints of Navy Blue #0870DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 2.33%
G = 32.65%
B = 65.01%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0870DF (or 0x0870DF) is known color: Navy Blue. HEX triplet: 08, 70 and DF. RGB value is (8,112,223). Sum of RGB (Red+Green+Blue) = 8+112+223=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0870DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870DF is #F78F20. Grayscale: #5D5D5D. Windows color (decimal): -16224033 or 14643208. OLE color: 14643208.

HSL color Cylindrical-coordinate representation of color #0870DF: hue angle of 210.98º 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 #0870DF is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 112 223 -
CMYK 0.96 0.50 0 0.13
HSL 210.98º 0.93% 0.45% -
HSV(B) 210.98º 0.96% 0.87% -
XYZ 19.21 16.97 72.07 -
YUV 93.56 201.04 66.97 -
System Red Green Blue C M Y K H S L
Decimal 8 112 223 0.96 0.50 0 0.13 210.98 0.93 0.45
Hex 8 70 DF 60 32 0 D D3 5D 2D
Octal 10 160 337 140 62 0 15 323 135 55
Binary 1000 1110000 11011111 1100000 110010 0 1101 11010011 1011101 101101

Color Harmonies of #0870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0870DF

Black with #0870DF

Text Example


Text Example

White with #0870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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