Html Css Color HEX #028193 Eastern Blue

📋 copy color: '#028193'

red 2 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #028193

Tints of Eastern Blue #028193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 0.72%
G = 46.4%
B = 52.88%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028193 (or 0x028193) is known color: Eastern Blue. HEX triplet: 02, 81 and 93. RGB value is (2,129,147). Sum of RGB (Red+Green+Blue) = 2+129+147=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #028193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028193 is #FD7E6C. Grayscale: #5C5C5C. Windows color (decimal): -16612973 or 9666818. OLE color: 9666818.

HSL color Cylindrical-coordinate representation of color #028193: hue angle of 187.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028193 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 129 147 -
CMYK 0.99 0.12 0 0.42
HSL 187.45º 0.97% 0.29% -
HSV(B) 187.45º 0.99% 0.58% -
XYZ 13.14 17.82 30.35 -
YUV 93.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 2 129 147 0.99 0.12 0 0.42 187.45 0.97 0.29
Hex 2 81 93 63 C 0 2A BB 61 1D
Octal 2 201 223 143 14 0 52 273 141 35
Binary 10 10000001 10010011 1100011 1100 0 101010 10111011 1100001 11101

Color Harmonies of #028193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028193

Black with #028193

Text Example


Text Example

White with #028193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028193; }

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

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

background-color css

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

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

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

border-color css

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

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

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