Html Css Color HEX #028594 Eastern Blue

📋 copy color: '#028594'

red 2 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #028594

Tints of Eastern Blue #028594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 0.71%
G = 47%
B = 52.3%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028594 (or 0x028594) is known color: Eastern Blue. HEX triplet: 02, 85 and 94. RGB value is (2,133,148). Sum of RGB (Red+Green+Blue) = 2+133+148=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #028594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028594 is #FD7A6B. Grayscale: #5F5F5F. Windows color (decimal): -16611948 or 9733378. OLE color: 9733378.

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

Color convert

RGB 2 133 148 -
CMYK 0.99 0.10 0 0.42
HSL 186.16º 0.97% 0.29% -
HSV(B) 186.16º 0.99% 0.58% -
XYZ 13.76 18.93 30.94 -
YUV 95.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 2 133 148 0.99 0.10 0 0.42 186.16 0.97 0.29
Hex 2 85 94 63 A 0 2A BA 61 1D
Octal 2 205 224 143 12 0 52 272 141 35
Binary 10 10000101 10010100 1100011 1010 0 101010 10111010 1100001 11101

Color Harmonies of #028594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028594

Black with #028594

Text Example


Text Example

White with #028594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028594; }

 p { color: rgb(2,133,148); }

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

background-color css

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

 a { background-color: rgb(2,133,148); }

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

border-color css

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

 span { border-color: rgb(2,133,148); }

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