#1071C7

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

Shades of Navy Blue #1071C7

Tints of Navy Blue #1071C7

Color information

#1071C7 (or 0x1071C7) is unknown color: approx Navy Blue. HEX triplet: 10, 71 and C7. RGB value is (16,113,199). Sum of RGB (Red+Green+Blue) = 16+113+199=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #1071C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071C7 is #EF8E38. Grayscale: #5D5D5D. Windows color (decimal): -15699513 or 13070608. OLE color: 13070608.

HSL color Cylindrical-coordinate representation of color #1071C7: hue angle of 208.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1071C7 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16113199-
CMYK0.920.4300.22
HSL208.2º85.12%42.16%-
HSV(B)208.2º91.96%78.04%-
XYZ16.4316.0456.26-
YUV93.8187.3672.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.88%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 199 (78.12% from 255) = 60.67%
R=4.88%
G=34.45%
B=60.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161131990.920.4300.22208.285.1242.16
Hex1071C75C2B016d0552a
Octal201613071345302632012552
Binary100001110001110001111011100101011010110110100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1071C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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