Html Css Color HEX #1485A5 Eastern Blue

📋 copy color: '#1485A5'

red 20 ◦ green 133 ◦ blue 165

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

Shades of Eastern Blue #1485A5

Tints of Eastern Blue #1485A5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 6.29%
G = 41.82%
B = 51.89%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1485A5 (or 0x1485A5) is known color: Eastern Blue. HEX triplet: 14, 85 and A5. RGB value is (20,133,165). Sum of RGB (Red+Green+Blue) = 20+133+165=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #1485A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485A5 is #EB7A5A. Grayscale: #666666. Windows color (decimal): -15432283 or 10847508. OLE color: 10847508.

HSL color Cylindrical-coordinate representation of color #1485A5: hue angle of 193.24º 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 #1485A5 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 133 165 -
CMYK 0.88 0.19 0 0.35
HSL 193.24º 0.78% 0.36% -
HSV(B) 193.24º 0.88% 0.65% -
XYZ 15.47 19.64 38.57 -
YUV 102.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 20 133 165 0.88 0.19 0 0.35 193.24 0.78 0.36
Hex 14 85 A5 58 13 0 23 C1 4E 24
Octal 24 205 245 130 23 0 43 301 116 44
Binary 10100 10000101 10100101 1011000 10011 0 100011 11000001 1001110 100100

Color Harmonies of #1485A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485A5

Black with #1485A5

Text Example


Text Example

White with #1485A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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