#1384a4

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

Shades of Eastern Blue #1384A4

Tints of Eastern Blue #1384A4

Color information

#1384A4 (or 0x1384A4) is unknown color: approx Eastern Blue. HEX triplet: 13, 84 and A4. RGB value is (19,132,164). Sum of RGB (Red+Green+Blue) = 19+132+164=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #1384A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384A4 is #EC7B5B. Grayscale: #656565. Windows color (decimal): -15498076 or 10781715. OLE color: 10781715.

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

Color convert

RGB19132164-
CMYK0.880.2000.36
HSL193.24º79.23%35.88%-
HSV(B)193.24º88.41%64.31%-
XYZ15.2219.3238.05-
YUV101.86163.0668.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.03%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=6.03%
G=41.90%
B=52.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191321640.880.2000.36193.2479.2335.88
Hex1384A45814024c14f24
Octal232042441302404430111744
Binary1001110000100101001001011000101000100100110000011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1384a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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