Html Css Color HEX #1070EB Navy Blue

📋 copy color: '#1070EB'

red 16 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #1070EB

Tints of Navy Blue #1070EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 4.41%
G = 30.85%
B = 64.74%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1070EB (or 0x1070EB) is known color: Navy Blue. HEX triplet: 10, 70 and EB. RGB value is (16,112,235). Sum of RGB (Red+Green+Blue) = 16+112+235=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #1070EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070EB is #EF8F14. Grayscale: #606060. Windows color (decimal): -15699733 or 15429648. OLE color: 15429648.

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

Color convert

RGB 16 112 235 -
CMYK 0.93 0.52 0 0.08
HSL 213.7º 0.87% 0.49% -
HSV(B) 213.7º 0.93% 0.92% -
XYZ 21 17.7 80.91 -
YUV 97.32 205.7 70 -
System Red Green Blue C M Y K H S L
Decimal 16 112 235 0.93 0.52 0 0.08 213.7 0.87 0.49
Hex 10 70 EB 5D 34 0 8 D6 57 31
Octal 20 160 353 135 64 0 10 326 127 61
Binary 10000 1110000 11101011 1011101 110100 0 1000 11010110 1010111 110001

Color Harmonies of #1070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070EB

Black with #1070EB

Text Example


Text Example

White with #1070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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