Html Css Color HEX #1490A5 Eastern Blue

📋 copy color: '#1490A5'

red 20 ◦ green 144 ◦ blue 165

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

Shades of Eastern Blue #1490A5

Tints of Eastern Blue #1490A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 165 (64.84% from 255) = 50.15%

R = 6.08%
G = 43.77%
B = 50.15%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1490A5 (or 0x1490A5) is known color: Eastern Blue. HEX triplet: 14, 90 and A5. RGB value is (20,144,165). Sum of RGB (Red+Green+Blue) = 20+144+165=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #1490A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1490A5 is #EB6F5A. Grayscale: #6D6D6D. Windows color (decimal): -15429467 or 10850324. OLE color: 10850324.

HSL color Cylindrical-coordinate representation of color #1490A5: hue angle of 188.69º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1490A5 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 144 165 -
CMYK 0.88 0.13 0 0.35
HSL 188.69º 0.78% 0.36% -
HSV(B) 188.69º 0.88% 0.65% -
XYZ 17.05 22.81 39.1 -
YUV 109.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 20 144 165 0.88 0.13 0 0.35 188.69 0.78 0.36
Hex 14 90 A5 58 D 0 23 BD 4E 24
Octal 24 220 245 130 15 0 43 275 116 44
Binary 10100 10010000 10100101 1011000 1101 0 100011 10111101 1001110 100100

Color Harmonies of #1490A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490A5

Black with #1490A5

Text Example


Text Example

White with #1490A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1490A5; }

 p { color: rgb(20,144,165); }

 H1.HeaderClassName
 {
   color: #1490A5;
 }
 .AnyTagClassName
 {
   color: #1490A5;
 }
</style>

background-color css

<style>
 a { background-color: #1490A5; }

 a { background-color: rgb(20,144,165); }

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

border-color css

<style>
 span { border-color: #1490A5; }

 span { border-color: rgb(20,144,165); }

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