Html Css Color HEX #028199 Eastern Blue

📋 copy color: '#028199'

red 2 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #028199

Tints of Eastern Blue #028199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 0.7%
G = 45.42%
B = 53.87%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#028199 (or 0x028199) is known color: Eastern Blue. HEX triplet: 02, 81 and 99. RGB value is (2,129,153). Sum of RGB (Red+Green+Blue) = 2+129+153=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #028199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028199 is #FD7E66. Grayscale: #5D5D5D. Windows color (decimal): -16612967 or 10060034. OLE color: 10060034.

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

Color convert

RGB 2 129 153 -
CMYK 0.99 0.16 0 0.4
HSL 189.54º 0.97% 0.3% -
HSV(B) 189.54º 0.99% 0.6% -
XYZ 13.63 18.01 32.9 -
YUV 93.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 2 129 153 0.99 0.16 0 0.4 189.54 0.97 0.3
Hex 2 81 99 63 10 0 28 BE 61 1E
Octal 2 201 231 143 20 0 50 276 141 36
Binary 10 10000001 10011001 1100011 10000 0 101000 10111110 1100001 11110

Color Harmonies of #028199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028199

Black with #028199

Text Example


Text Example

White with #028199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028199; }

 p { color: rgb(2,129,153); }

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

background-color css

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

 a { background-color: rgb(2,129,153); }

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

border-color css

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

 span { border-color: rgb(2,129,153); }

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