Html Css Color HEX #1070EC Navy Blue

📋 copy color: '#1070EC'

red 16 ◦ green 112 ◦ blue 236

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

Shades of Navy Blue #1070EC

Tints of Navy Blue #1070EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 4.4%
G = 30.77%
B = 64.84%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1070EC (or 0x1070EC) is known color: Navy Blue. HEX triplet: 10, 70 and EC. RGB value is (16,112,236). Sum of RGB (Red+Green+Blue) = 16+112+236=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #1070EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070EC is #EF8F13. Grayscale: #606060. Windows color (decimal): -15699732 or 15495184. OLE color: 15495184.

HSL color Cylindrical-coordinate representation of color #1070EC: hue angle of 213.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1070EC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 112 236 -
CMYK 0.93 0.53 0 0.07
HSL 213.82º 0.87% 0.49% -
HSV(B) 213.82º 0.93% 0.93% -
XYZ 21.15 17.75 81.67 -
YUV 97.43 206.2 69.92 -
System Red Green Blue C M Y K H S L
Decimal 16 112 236 0.93 0.53 0 0.07 213.82 0.87 0.49
Hex 10 70 EC 5D 35 0 7 D6 57 31
Octal 20 160 354 135 65 0 7 326 127 61
Binary 10000 1110000 11101100 1011101 110101 0 111 11010110 1010111 110001

Color Harmonies of #1070EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070EC

Black with #1070EC

Text Example


Text Example

White with #1070EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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