Html Css Color HEX #1070D0 Navy Blue

📋 copy color: '#1070D0'

red 16 ◦ green 112 ◦ blue 208

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

Shades of Navy Blue #1070D0

Tints of Navy Blue #1070D0

RGB

 RED value IS 16 (6.64% from 255) = 4.76%

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

 BLUE value IS 208 (81.64% from 255) = 61.9%

R = 4.76%
G = 33.33%
B = 61.9%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1070D0 (or 0x1070D0) is known color: Navy Blue. HEX triplet: 10, 70 and D0. RGB value is (16,112,208). Sum of RGB (Red+Green+Blue) = 16+112+208=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #1070D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070D0 is #EF8F2F. Grayscale: #5D5D5D. Windows color (decimal): -15699760 or 13660176. OLE color: 13660176.

HSL color Cylindrical-coordinate representation of color #1070D0: hue angle of 210º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1070D0 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 112 208 -
CMYK 0.92 0.46 0 0.18
HSL 210º 0.86% 0.44% -
HSV(B) 210º 0.92% 0.82% -
XYZ 17.39 16.25 61.89 -
YUV 94.24 192.2 72.19 -
System Red Green Blue C M Y K H S L
Decimal 16 112 208 0.92 0.46 0 0.18 210 0.86 0.44
Hex 10 70 D0 5C 2E 0 12 D2 56 2C
Octal 20 160 320 134 56 0 22 322 126 54
Binary 10000 1110000 11010000 1011100 101110 0 10010 11010010 1010110 101100

Color Harmonies of #1070D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070D0

Black with #1070D0

Text Example


Text Example

White with #1070D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1070D0; }

 p { color: rgb(16,112,208); }

 H1.HeaderClassName
 {
   color: #1070D0;
 }
 .AnyTagClassName
 {
   color: #1070D0;
 }
</style>

background-color css

<style>
 a { background-color: #1070D0; }

 a { background-color: rgb(16,112,208); }

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

border-color css

<style>
 span { border-color: #1070D0; }

 span { border-color: rgb(16,112,208); }

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