#1384A5

Color #1384A5 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1384A5

Tints of Eastern Blue #1384A5

Color information

#1384A5 (or 0x1384A5) is unknown color: approx Eastern Blue. HEX triplet: 13, 84 and A5. RGB value is (19,132,165). Sum of RGB (Red+Green+Blue) = 19+132+165=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #1384A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384A5 is #EC7B5A. Grayscale: #656565. Windows color (decimal): -15498075 or 10847251. OLE color: 10847251.

HSL color Cylindrical-coordinate representation of color #1384A5: hue angle of 193.56º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1384A5 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB19132165-
CMYK0.880.2000.35
HSL193.56º79.35%36.08%-
HSV(B)193.56º88.48%64.71%-
XYZ15.3119.3638.53-
YUV101.98163.5668.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 165 (64.84% from 255) = 52.22%
R=6.01%
G=41.77%
B=52.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191321650.880.2000.35193.5679.3536.08
Hex1384A55814023c24f24
Octal232042451302404330211744
Binary1001110000100101001011011000101000100011110000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1384A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1384A5; }

 p { color: rgb(19,132,165); }

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

<style>
 a { background-color: #1384A5; }

 a { background-color: rgb(19,132,165); }

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

<style>
 span { border-color: #1384A5; }

 span { border-color: rgb(19,132,165); }

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