#1070E5

Color #1070E5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1070E5

Tints of Navy Blue #1070E5

Color information

#1070E5 (or 0x1070E5) is unknown color: approx Navy Blue. HEX triplet: 10, 70 and E5. RGB value is (16,112,229). Sum of RGB (Red+Green+Blue) = 16+112+229=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #1070E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070E5 is #EF8F1A. Grayscale: #606060. Windows color (decimal): -15699739 or 15036432. OLE color: 15036432.

HSL color Cylindrical-coordinate representation of color #1070E5: hue angle of 212.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1070E5 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16112229-
CMYK0.930.5100.10
HSL212.96º86.94%48.04%-
HSV(B)212.96º93.01%89.8%-
XYZ20.1517.3676.42-
YUV96.63202.770.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.48%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 229 (89.84% from 255) = 64.15%
R=4.48%
G=31.37%
B=64.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161122290.930.5100.10212.9686.9448.04
Hex1070E55D330Ad55730
Octal201603451356301232512760
Binary10000111000011100101101110111001101010110101011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1070E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1070E5;
 }
 .AnyTagClassName
 {
   color: #1070E5;
 }
</style>
background-color css

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

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

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

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

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

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