Html Css Color HEX #028299 Eastern Blue

📋 copy color: '#028299'

red 2 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #028299

Tints of Eastern Blue #028299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 0.7%
G = 45.61%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#028299 (or 0x028299) is known color: Eastern Blue. HEX triplet: 02, 82 and 99. RGB value is (2,130,153). Sum of RGB (Red+Green+Blue) = 2+130+153=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #028299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028299 is #FD7D66. Grayscale: #5E5E5E. Windows color (decimal): -16612711 or 10060290. OLE color: 10060290.

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

Color convert

RGB 2 130 153 -
CMYK 0.99 0.15 0 0.4
HSL 189.14º 0.97% 0.3% -
HSV(B) 189.14º 0.99% 0.6% -
XYZ 13.76 18.28 32.94 -
YUV 94.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 2 130 153 0.99 0.15 0 0.4 189.14 0.97 0.3
Hex 2 82 99 63 F 0 28 BD 61 1E
Octal 2 202 231 143 17 0 50 275 141 36
Binary 10 10000010 10011001 1100011 1111 0 101000 10111101 1100001 11110

Color Harmonies of #028299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028299

Black with #028299

Text Example


Text Example

White with #028299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028299; }

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

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

background-color css

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

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

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

border-color css

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

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

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