#1383D5

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

Shades of Navy Blue #1383D5

Tints of Navy Blue #1383D5

Color information

#1383D5 (or 0x1383D5) is unknown color: approx Navy Blue. HEX triplet: 13, 83 and D5. RGB value is (19,131,213). Sum of RGB (Red+Green+Blue) = 19+131+213=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #1383D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383D5 is #EC7C2A. Grayscale: #6A6A6A. Windows color (decimal): -15498283 or 13992723. OLE color: 13992723.

HSL color Cylindrical-coordinate representation of color #1383D5: hue angle of 205.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1383D5 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19131213-
CMYK0.910.3800.16
HSL205.36º83.62%45.49%-
HSV(B)205.36º91.08%83.53%-
XYZ20.421.1865.96-
YUV106.86187.8965.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.23%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 213 (83.59% from 255) = 58.68%
R=5.23%
G=36.09%
B=58.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191312130.910.3800.16205.3683.6245.49
Hex1383D55B26010cd542d
Octal232033251334602031512455
Binary1001110000011110101011011011100110010000110011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1383D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1383D5; }

 p { color: rgb(19,131,213); }

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

<style>
 a { background-color: #1383D5; }

 a { background-color: rgb(19,131,213); }

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

<style>
 span { border-color: #1383D5; }

 span { border-color: rgb(19,131,213); }

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