#1782D0

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

Shades of Navy Blue #1782D0

Tints of Navy Blue #1782D0

Color information

#1782D0 (or 0x1782D0) is unknown color: approx Navy Blue. HEX triplet: 17, 82 and D0. RGB value is (23,130,208). Sum of RGB (Red+Green+Blue) = 23+130+208=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #1782D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782D0 is #E87D2F. Grayscale: #6A6A6A. Windows color (decimal): -15236400 or 13664791. OLE color: 13664791.

HSL color Cylindrical-coordinate representation of color #1782D0: hue angle of 205.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1782D0 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB23130208-
CMYK0.890.3800.18
HSL205.3º80.09%45.29%-
HSV(B)205.3º88.94%81.57%-
XYZ19.7220.762.63-
YUV106.9185.0568.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.37%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=6.37%
G=36.01%
B=57.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal231302080.890.3800.18205.380.0945.29
Hex1782D05926012cd502d
Octal272023201314602231512055
Binary1011110000010110100001011001100110010010110011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1782D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1782D0; }

 p { color: rgb(23,130,208); }

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

<style>
 a { background-color: #1782D0; }

 a { background-color: rgb(23,130,208); }

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

<style>
 span { border-color: #1782D0; }

 span { border-color: rgb(23,130,208); }

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