Html Css Color HEX #028095 Eastern Blue

📋 copy color: '#028095'

red 2 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #028095

Tints of Eastern Blue #028095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

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

R = 0.72%
G = 45.88%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028095 (or 0x028095) is known color: Eastern Blue. HEX triplet: 02, 80 and 95. RGB value is (2,128,149). Sum of RGB (Red+Green+Blue) = 2+128+149=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #028095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028095 is #FD7F6A. Grayscale: #5C5C5C. Windows color (decimal): -16613227 or 9797634. OLE color: 9797634.

HSL color Cylindrical-coordinate representation of color #028095: hue angle of 188.57º 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 #028095 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 128 149 -
CMYK 0.99 0.14 0 0.42
HSL 188.57º 0.97% 0.3% -
HSV(B) 188.57º 0.99% 0.58% -
XYZ 13.17 17.62 31.14 -
YUV 92.72 159.76 63.29 -
System Red Green Blue C M Y K H S L
Decimal 2 128 149 0.99 0.14 0 0.42 188.57 0.97 0.3
Hex 2 80 95 63 E 0 2A BD 61 1E
Octal 2 200 225 143 16 0 52 275 141 36
Binary 10 10000000 10010101 1100011 1110 0 101010 10111101 1100001 11110

Color Harmonies of #028095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028095

Black with #028095

Text Example


Text Example

White with #028095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028095; }

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

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

background-color css

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

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

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

border-color css

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

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

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