Html Css Color HEX #0287A5 Eastern Blue

📋 copy color: '#0287A5'

red 2 ◦ green 135 ◦ blue 165

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

Shades of Eastern Blue #0287A5

Tints of Eastern Blue #0287A5

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

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

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

R = 0.66%
G = 44.7%
B = 54.64%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0287A5 (or 0x0287A5) is known color: Eastern Blue. HEX triplet: 02, 87 and A5. RGB value is (2,135,165). Sum of RGB (Red+Green+Blue) = 2+135+165=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #0287A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0287A5 is #FD785A. Grayscale: #626262. Windows color (decimal): -16611419 or 10848002. OLE color: 10848002.

HSL color Cylindrical-coordinate representation of color #0287A5: hue angle of 191.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287A5 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 135 165 -
CMYK 0.99 0.18 0 0.35
HSL 191.04º 0.98% 0.33% -
HSV(B) 191.04º 0.99% 0.65% -
XYZ 15.48 20.06 38.65 -
YUV 98.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 2 135 165 0.99 0.18 0 0.35 191.04 0.98 0.33
Hex 2 87 A5 63 12 0 23 BF 62 21
Octal 2 207 245 143 22 0 43 277 142 41
Binary 10 10000111 10100101 1100011 10010 0 100011 10111111 1100010 100001

Color Harmonies of #0287A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0287A5

Black with #0287A5

Text Example


Text Example

White with #0287A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,135,165); }

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

background-color css

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

 a { background-color: rgb(2,135,165); }

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

border-color css

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

 span { border-color: rgb(2,135,165); }

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