#1784D0

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

Shades of Navy Blue #1784D0

Tints of Navy Blue #1784D0

Color information

#1784D0 (or 0x1784D0) is unknown color: approx Navy Blue. HEX triplet: 17, 84 and D0. RGB value is (23,132,208). Sum of RGB (Red+Green+Blue) = 23+132+208=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #1784D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784D0 is #E87B2F. Grayscale: #6B6B6B. Windows color (decimal): -15235888 or 13665303. OLE color: 13665303.

HSL color Cylindrical-coordinate representation of color #1784D0: hue angle of 204.65º 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 #1784D0 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB23132208-
CMYK0.890.3700.18
HSL204.65º80.09%45.29%-
HSV(B)204.65º88.94%81.57%-
XYZ19.9921.2462.72-
YUV108.07184.3967.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.34%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 208 (81.64% from 255) = 57.30%
R=6.34%
G=36.36%
B=57.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal231322080.890.3700.18204.6580.0945.29
Hex1784D05925012cd502d
Octal272043201314502231512055
Binary1011110000100110100001011001100101010010110011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1784D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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