#1293A4

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

Shades of Eastern Blue #1293A4

Tints of Eastern Blue #1293A4

Color information

#1293A4 (or 0x1293A4) is unknown color: approx Eastern Blue. HEX triplet: 12, 93 and A4. RGB value is (18,147,164). Sum of RGB (Red+Green+Blue) = 18+147+164=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #1293A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1293A4 is #ED6C5B. Grayscale: #6E6E6E. Windows color (decimal): -15559772 or 10785554. OLE color: 10785554.

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

Color convert

RGB18147164-
CMYK0.890.1000.36
HSL186.99º80.22%35.69%-
HSV(B)186.99º89.02%64.31%-
XYZ17.3823.6838.78-
YUV110.37158.2662.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=5.47%
G=44.68%
B=49.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181471640.890.1000.36186.9980.2235.69
Hex1293A459A024bb5024
Octal222232441311204427312044
Binary100101001001110100100101100110100100100101110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1293A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1293A4; }

 p { color: rgb(18,147,164); }

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

<style>
 a { background-color: #1293A4; }

 a { background-color: rgb(18,147,164); }

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

<style>
 span { border-color: #1293A4; }

 span { border-color: rgb(18,147,164); }

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