#1072D6

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

Shades of Navy Blue #1072D6

Tints of Navy Blue #1072D6

Color information

#1072D6 (or 0x1072D6) is unknown color: approx Navy Blue. HEX triplet: 10, 72 and D6. RGB value is (16,114,214). Sum of RGB (Red+Green+Blue) = 16+114+214=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #1072D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072D6 is #EF8D29. Grayscale: #5F5F5F. Windows color (decimal): -15699242 or 14053904. OLE color: 14053904.

HSL color Cylindrical-coordinate representation of color #1072D6: hue angle of 210.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1072D6 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16114214-
CMYK0.930.4700.16
HSL210.3º86.09%45.1%-
HSV(B)210.3º92.52%83.92%-
XYZ18.371765.93-
YUV96.1194.5370.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.65%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 214 (83.98% from 255) = 62.21%
R=4.65%
G=33.14%
B=62.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161142140.930.4700.16210.386.0945.1
Hex1072D65D2F010d2562d
Octal201623261355702032212655
Binary100001110010110101101011101101111010000110100101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1072D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1072D6; }

 p { color: rgb(16,114,214); }

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

<style>
 a { background-color: #1072D6; }

 a { background-color: rgb(16,114,214); }

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

<style>
 span { border-color: #1072D6; }

 span { border-color: rgb(16,114,214); }

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