Html Css Color HEX #028098 Eastern Blue

📋 copy color: '#028098'

red 2 ◦ green 128 ◦ blue 152

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

Shades of Eastern Blue #028098

Tints of Eastern Blue #028098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 0.71%
G = 45.39%
B = 53.9%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#028098 (or 0x028098) is known color: Eastern Blue. HEX triplet: 02, 80 and 98. RGB value is (2,128,152). Sum of RGB (Red+Green+Blue) = 2+128+152=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #028098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028098 is #FD7F67. Grayscale: #5C5C5C. Windows color (decimal): -16613224 or 9994242. OLE color: 9994242.

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

Color convert

RGB 2 128 152 -
CMYK 0.99 0.16 0 0.40
HSL 189.6º 0.97% 0.3% -
HSV(B) 189.6º 0.99% 0.6% -
XYZ 13.41 17.72 32.42 -
YUV 93.06 161.26 63.05 -
System Red Green Blue C M Y K H S L
Decimal 2 128 152 0.99 0.16 0 0.40 189.6 0.97 0.3
Hex 2 80 98 63 10 0 28 BE 61 1E
Octal 2 200 230 143 20 0 50 276 141 36
Binary 10 10000000 10011000 1100011 10000 0 101000 10111110 1100001 11110

Color Harmonies of #028098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028098

Black with #028098

Text Example


Text Example

White with #028098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028098; }

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

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

background-color css

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

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

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

border-color css

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

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

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