Html Css Color HEX #1070DB Navy Blue

📋 copy color: '#1070DB'

red 16 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #1070DB

Tints of Navy Blue #1070DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 4.61%
G = 32.28%
B = 63.11%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1070DB (or 0x1070DB) is known color: Navy Blue. HEX triplet: 10, 70 and DB. RGB value is (16,112,219). Sum of RGB (Red+Green+Blue) = 16+112+219=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #1070DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070DB is #EF8F24. Grayscale: #5E5E5E. Windows color (decimal): -15699749 or 14381072. OLE color: 14381072.

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

Color convert

RGB 16 112 219 -
CMYK 0.93 0.49 0 0.14
HSL 211.63º 0.86% 0.46% -
HSV(B) 211.63º 0.93% 0.86% -
XYZ 18.79 16.81 69.27 -
YUV 95.49 197.7 71.3 -
System Red Green Blue C M Y K H S L
Decimal 16 112 219 0.93 0.49 0 0.14 211.63 0.86 0.46
Hex 10 70 DB 5D 31 0 E D4 56 2E
Octal 20 160 333 135 61 0 16 324 126 56
Binary 10000 1110000 11011011 1011101 110001 0 1110 11010100 1010110 101110

Color Harmonies of #1070DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070DB

Black with #1070DB

Text Example


Text Example

White with #1070DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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