Html Css Color HEX #028198 Eastern Blue

📋 copy color: '#028198'

red 2 ◦ green 129 ◦ blue 152

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

Shades of Eastern Blue #028198

Tints of Eastern Blue #028198

RGB

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

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

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

R = 0.71%
G = 45.58%
B = 53.71%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#028198 (or 0x028198) is known color: Eastern Blue. HEX triplet: 02, 81 and 98. RGB value is (2,129,152). Sum of RGB (Red+Green+Blue) = 2+129+152=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #028198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028198 is #FD7E67. Grayscale: #5D5D5D. Windows color (decimal): -16612968 or 9994498. OLE color: 9994498.

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

Color convert

RGB 2 129 152 -
CMYK 0.99 0.15 0 0.40
HSL 189.2º 0.97% 0.3% -
HSV(B) 189.2º 0.99% 0.6% -
XYZ 13.54 17.98 32.46 -
YUV 93.65 160.92 62.63 -
System Red Green Blue C M Y K H S L
Decimal 2 129 152 0.99 0.15 0 0.40 189.2 0.97 0.3
Hex 2 81 98 63 F 0 28 BD 61 1E
Octal 2 201 230 143 17 0 50 275 141 36
Binary 10 10000001 10011000 1100011 1111 0 101000 10111101 1100001 11110

Color Harmonies of #028198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028198

Black with #028198

Text Example


Text Example

White with #028198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028198; }

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

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

background-color css

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

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

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

border-color css

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

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

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