Html Css Color HEX #028CA1 Eastern Blue

📋 copy color: '#028CA1'

red 2 ◦ green 140 ◦ blue 161

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

Shades of Eastern Blue #028CA1

Tints of Eastern Blue #028CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 161 (63.28% from 255) = 53.14%

R = 0.66%
G = 46.2%
B = 53.14%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#028CA1 (or 0x028CA1) is known color: Eastern Blue. HEX triplet: 02, 8C and A1. RGB value is (2,140,161). Sum of RGB (Red+Green+Blue) = 2+140+161=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #028CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CA1 is #FD735E. Grayscale: #646464. Windows color (decimal): -16610143 or 10587138. OLE color: 10587138.

HSL color Cylindrical-coordinate representation of color #028CA1: hue angle of 187.92º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CA1 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 140 161 -
CMYK 0.99 0.13 0 0.37
HSL 187.92º 0.98% 0.32% -
HSV(B) 187.92º 0.99% 0.63% -
XYZ 15.84 21.34 37 -
YUV 101.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 2 140 161 0.99 0.13 0 0.37 187.92 0.98 0.32
Hex 2 8C A1 63 D 0 25 BC 62 20
Octal 2 214 241 143 15 0 45 274 142 40
Binary 10 10001100 10100001 1100011 1101 0 100101 10111100 1100010 100000

Color Harmonies of #028CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CA1

Black with #028CA1

Text Example


Text Example

White with #028CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028CA1; }

 p { color: rgb(2,140,161); }

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

background-color css

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

 a { background-color: rgb(2,140,161); }

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

border-color css

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

 span { border-color: rgb(2,140,161); }

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