Html Css Color HEX #028597 Eastern Blue

📋 copy color: '#028597'

red 2 ◦ green 133 ◦ blue 151

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

Shades of Eastern Blue #028597

Tints of Eastern Blue #028597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 0.7%
G = 46.5%
B = 52.8%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#028597 (or 0x028597) is known color: Eastern Blue. HEX triplet: 02, 85 and 97. RGB value is (2,133,151). Sum of RGB (Red+Green+Blue) = 2+133+151=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #028597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028597 is #FD7A68. Grayscale: #5F5F5F. Windows color (decimal): -16611945 or 9929986. OLE color: 9929986.

HSL color Cylindrical-coordinate representation of color #028597: hue angle of 187.25º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028597 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 133 151 -
CMYK 0.99 0.12 0 0.41
HSL 187.25º 0.97% 0.3% -
HSV(B) 187.25º 0.99% 0.59% -
XYZ 14 19.02 32.21 -
YUV 95.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 2 133 151 0.99 0.12 0 0.41 187.25 0.97 0.3
Hex 2 85 97 63 C 0 29 BB 61 1E
Octal 2 205 227 143 14 0 51 273 141 36
Binary 10 10000101 10010111 1100011 1100 0 101001 10111011 1100001 11110

Color Harmonies of #028597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028597

Black with #028597

Text Example


Text Example

White with #028597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028597; }

 p { color: rgb(2,133,151); }

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

background-color css

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

 a { background-color: rgb(2,133,151); }

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

border-color css

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

 span { border-color: rgb(2,133,151); }

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