Html Css Color HEX #0870BE Navy Blue

📋 copy color: '#0870BE'

red 8 ◦ green 112 ◦ blue 190

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

Shades of Navy Blue #0870BE

Tints of Navy Blue #0870BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 2.58%
G = 36.13%
B = 61.29%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0870BE (or 0x0870BE) is known color: Navy Blue. HEX triplet: 08, 70 and BE. RGB value is (8,112,190). Sum of RGB (Red+Green+Blue) = 8+112+190=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0870BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870BE is #F78F41. Grayscale: #595959. Windows color (decimal): -16224066 or 12480520. OLE color: 12480520.

HSL color Cylindrical-coordinate representation of color #0870BE: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0870BE is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 112 190 -
CMYK 0.96 0.41 0 0.25
HSL 205.71º 0.92% 0.39% -
HSV(B) 205.71º 0.96% 0.75% -
XYZ 15.19 15.36 50.88 -
YUV 89.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 8 112 190 0.96 0.41 0 0.25 205.71 0.92 0.39
Hex 8 70 BE 60 29 0 19 CE 5C 27
Octal 10 160 276 140 51 0 31 316 134 47
Binary 1000 1110000 10111110 1100000 101001 0 11001 11001110 1011100 100111

Color Harmonies of #0870BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0870BE

Black with #0870BE

Text Example


Text Example

White with #0870BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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