Html Css Color HEX #1288AA Eastern Blue

📋 copy color: '#1288AA'

red 18 ◦ green 136 ◦ blue 170

#1288AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #1288AA

Tints of Eastern Blue #1288AA

RGB

 RED value IS 18 (7.42% from 255) = 5.56%

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 5.56%
G = 41.98%
B = 52.47%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1288AA (or 0x1288AA) is known color: Eastern Blue. HEX triplet: 12, 88 and AA. RGB value is (18,136,170). Sum of RGB (Red+Green+Blue) = 18+136+170=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #1288AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1288AA is #ED7755. Grayscale: #686868. Windows color (decimal): -15562582 or 11175954. OLE color: 11175954.

HSL color Cylindrical-coordinate representation of color #1288AA: hue angle of 193.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1288AA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 136 170 -
CMYK 0.89 0.20 0 0.33
HSL 193.42º 0.81% 0.37% -
HSV(B) 193.42º 0.89% 0.67% -
XYZ 16.31 20.64 41.15 -
YUV 104.59 164.91 66.24 -
System Red Green Blue C M Y K H S L
Decimal 18 136 170 0.89 0.20 0 0.33 193.42 0.81 0.37
Hex 12 88 AA 59 14 0 21 C1 51 25
Octal 22 210 252 131 24 0 41 301 121 45
Binary 10010 10001000 10101010 1011001 10100 0 100001 11000001 1010001 100101

Color Harmonies of #1288AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1288AA

Black with #1288AA

Text Example


Text Example

White with #1288AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1288AA; }

 p { color: rgb(18,136,170); }

 H1.HeaderClassName
 {
   color: #1288AA;
 }
 .AnyTagClassName
 {
   color: #1288AA;
 }
</style>

background-color css

<style>
 a { background-color: #1288AA; }

 a { background-color: rgb(18,136,170); }

 div.DivClassName
 {
   background-color: #1288AA;
 }
 .BgClassName
 {
   background-color: #1288AA;
 }
</style>

border-color css

<style>
 span { border-color: #1288AA; }

 span { border-color: rgb(18,136,170); }

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