Html Css Color HEX #028595 Eastern Blue

📋 copy color: '#028595'

red 2 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #028595

Tints of Eastern Blue #028595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 0.7%
G = 46.83%
B = 52.46%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028595 (or 0x028595) is known color: Eastern Blue. HEX triplet: 02, 85 and 95. RGB value is (2,133,149). Sum of RGB (Red+Green+Blue) = 2+133+149=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #028595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028595 is #FD7A6A. Grayscale: #5F5F5F. Windows color (decimal): -16611947 or 9798914. OLE color: 9798914.

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

Color convert

RGB 2 133 149 -
CMYK 0.99 0.11 0 0.42
HSL 186.53º 0.97% 0.3% -
HSV(B) 186.53º 0.99% 0.58% -
XYZ 13.84 18.96 31.36 -
YUV 95.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 2 133 149 0.99 0.11 0 0.42 186.53 0.97 0.3
Hex 2 85 95 63 B 0 2A BB 61 1E
Octal 2 205 225 143 13 0 52 273 141 36
Binary 10 10000101 10010101 1100011 1011 0 101010 10111011 1100001 11110

Color Harmonies of #028595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028595

Black with #028595

Text Example


Text Example

White with #028595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028595; }

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

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

background-color css

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

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

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

border-color css

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

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

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