Html Css Color HEX #028495 Eastern Blue

📋 copy color: '#028495'

red 2 ◦ green 132 ◦ blue 149

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

Shades of Eastern Blue #028495

Tints of Eastern Blue #028495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

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

R = 0.71%
G = 46.64%
B = 52.65%

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

#028495 (or 0x028495) is known color: Eastern Blue. HEX triplet: 02, 84 and 95. RGB value is (2,132,149). Sum of RGB (Red+Green+Blue) = 2+132+149=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #028495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028495 is #FD7B6A. Grayscale: #5E5E5E. Windows color (decimal): -16612203 or 9798658. OLE color: 9798658.

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

Color convert

RGB 2 132 149 -
CMYK 0.99 0.11 0 0.42
HSL 186.94º 0.97% 0.3% -
HSV(B) 186.94º 0.99% 0.58% -
XYZ 13.7 18.69 31.32 -
YUV 95.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 2 132 149 0.99 0.11 0 0.42 186.94 0.97 0.3
Hex 2 84 95 63 B 0 2A BB 61 1E
Octal 2 204 225 143 13 0 52 273 141 36
Binary 10 10000100 10010101 1100011 1011 0 101010 10111011 1100001 11110

Color Harmonies of #028495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028495

Black with #028495

Text Example


Text Example

White with #028495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028495; }

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

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

background-color css

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

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

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

border-color css

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

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

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