Html Css Color HEX #1071DC Navy Blue

📋 copy color: '#1071DC'

red 16 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #1071DC

Tints of Navy Blue #1071DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 4.58%
G = 32.38%
B = 63.04%

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

#1071DC (or 0x1071DC) is known color: Navy Blue. HEX triplet: 10, 71 and DC. RGB value is (16,113,220). Sum of RGB (Red+Green+Blue) = 16+113+220=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #1071DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071DC is #EF8E23. Grayscale: #5F5F5F. Windows color (decimal): -15699492 or 14446864. OLE color: 14446864.

HSL color Cylindrical-coordinate representation of color #1071DC: hue angle of 211.47º 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 #1071DC is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 113 220 -
CMYK 0.93 0.49 0 0.14
HSL 211.47º 0.86% 0.46% -
HSV(B) 211.47º 0.93% 0.86% -
XYZ 19.04 17.09 70.01 -
YUV 96.2 197.86 70.8 -
System Red Green Blue C M Y K H S L
Decimal 16 113 220 0.93 0.49 0 0.14 211.47 0.86 0.46
Hex 10 71 DC 5D 31 0 E D3 56 2E
Octal 20 161 334 135 61 0 16 323 126 56
Binary 10000 1110001 11011100 1011101 110001 0 1110 11010011 1010110 101110

Color Harmonies of #1071DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071DC

Black with #1071DC

Text Example


Text Example

White with #1071DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1071DC; }

 p { color: rgb(16,113,220); }

 H1.HeaderClassName
 {
   color: #1071DC;
 }
 .AnyTagClassName
 {
   color: #1071DC;
 }
</style>

background-color css

<style>
 a { background-color: #1071DC; }

 a { background-color: rgb(16,113,220); }

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

border-color css

<style>
 span { border-color: #1071DC; }

 span { border-color: rgb(16,113,220); }

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