Html Css Color HEX #0487AA Eastern Blue

📋 copy color: '#0487AA'

red 4 ◦ green 135 ◦ blue 170

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

Shades of Eastern Blue #0487AA

Tints of Eastern Blue #0487AA

RGB

 RED value IS 4 (1.95% from 255) = 1.29%

 GREEN value IS 135 (53.13% from 255) = 43.69%

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

R = 1.29%
G = 43.69%
B = 55.02%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0487AA (or 0x0487AA) is known color: Eastern Blue. HEX triplet: 04, 87 and AA. RGB value is (4,135,170). Sum of RGB (Red+Green+Blue) = 4+135+170=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #0487AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0487AA is #FB7855. Grayscale: #636363. Windows color (decimal): -16480342 or 11175684. OLE color: 11175684.

HSL color Cylindrical-coordinate representation of color #0487AA: hue angle of 192.65º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487AA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 135 170 -
CMYK 0.98 0.21 0 0.33
HSL 192.65º 0.95% 0.34% -
HSV(B) 192.65º 0.98% 0.67% -
XYZ 15.97 20.26 41.1 -
YUV 99.82 167.6 59.65 -
System Red Green Blue C M Y K H S L
Decimal 4 135 170 0.98 0.21 0 0.33 192.65 0.95 0.34
Hex 4 87 AA 62 15 0 21 C1 5F 22
Octal 4 207 252 142 25 0 41 301 137 42
Binary 100 10000111 10101010 1100010 10101 0 100001 11000001 1011111 100010

Color Harmonies of #0487AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0487AA

Black with #0487AA

Text Example


Text Example

White with #0487AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,135,170); }

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

background-color css

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

 a { background-color: rgb(4,135,170); }

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

border-color css

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

 span { border-color: rgb(4,135,170); }

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