#1281A1

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

Shades of Eastern Blue #1281A1

Tints of Eastern Blue #1281A1

Color information

#1281A1 (or 0x1281A1) is unknown color: approx Eastern Blue. HEX triplet: 12, 81 and A1. RGB value is (18,129,161). Sum of RGB (Red+Green+Blue) = 18+129+161=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #1281A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1281A1 is #ED7E5E. Grayscale: #636363. Windows color (decimal): -15564383 or 10584338. OLE color: 10584338.

HSL color Cylindrical-coordinate representation of color #1281A1: hue angle of 193.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1281A1 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB18129161-
CMYK0.890.2000.37
HSL193.43º79.89%35.1%-
HSV(B)193.43º88.82%63.14%-
XYZ14.5318.436.5-
YUV99.46162.7369.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 161 (63.28% from 255) = 52.27%
R=5.84%
G=41.88%
B=52.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181291610.890.2000.37193.4379.8935.1
Hex1281A15914025c15023
Octal222012411312404530112043
Binary1001010000001101000011011001101000100101110000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1281A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1281A1; }

 p { color: rgb(18,129,161); }

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

<style>
 a { background-color: #1281A1; }

 a { background-color: rgb(18,129,161); }

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

<style>
 span { border-color: #1281A1; }

 span { border-color: rgb(18,129,161); }

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