Html Css Color HEX #1488AA Eastern Blue

📋 copy color: '#1488AA'

red 20 ◦ green 136 ◦ blue 170

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

Shades of Eastern Blue #1488AA

Tints of Eastern Blue #1488AA

RGB

 RED value IS 20 (8.2% from 255) = 6.13%

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

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

R = 6.13%
G = 41.72%
B = 52.15%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1488AA (or 0x1488AA) is known color: Eastern Blue. HEX triplet: 14, 88 and AA. RGB value is (20,136,170). Sum of RGB (Red+Green+Blue) = 20+136+170=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #1488AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488AA is #EB7755. Grayscale: #686868. Windows color (decimal): -15431510 or 11175956. OLE color: 11175956.

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

Color convert

RGB 20 136 170 -
CMYK 0.88 0.20 0 0.33
HSL 193.6º 0.79% 0.37% -
HSV(B) 193.6º 0.88% 0.67% -
XYZ 16.35 20.66 41.16 -
YUV 105.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 20 136 170 0.88 0.20 0 0.33 193.6 0.79 0.37
Hex 14 88 AA 58 14 0 21 C2 4F 25
Octal 24 210 252 130 24 0 41 302 117 45
Binary 10100 10001000 10101010 1011000 10100 0 100001 11000010 1001111 100101

Color Harmonies of #1488AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488AA

Black with #1488AA

Text Example


Text Example

White with #1488AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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