#1382D0

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

Shades of Navy Blue #1382D0

Tints of Navy Blue #1382D0

Color information

#1382D0 (or 0x1382D0) is unknown color: approx Navy Blue. HEX triplet: 13, 82 and D0. RGB value is (19,130,208). Sum of RGB (Red+Green+Blue) = 19+130+208=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #1382D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382D0 is #EC7D2F. Grayscale: #696969. Windows color (decimal): -15498544 or 13664787. OLE color: 13664787.

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

Color convert

RGB19130208-
CMYK0.910.3800.18
HSL204.76º83.26%44.51%-
HSV(B)204.76º90.87%81.57%-
XYZ19.6420.6662.63-
YUV105.7185.7366.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 208 (81.64% from 255) = 58.26%
R=5.32%
G=36.41%
B=58.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191302080.910.3800.18204.7683.2644.51
Hex1382D05B26012cd532d
Octal232023201334602231512355
Binary1001110000010110100001011011100110010010110011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1382D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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