Html Css Color HEX #027D99 Eastern Blue

📋 copy color: '#027D99'

red 2 ◦ green 125 ◦ blue 153

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

Shades of Eastern Blue #027D99

Tints of Eastern Blue #027D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.64%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 0.71%
G = 44.64%
B = 54.64%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027D99 (or 0x027D99) is known color: Eastern Blue. HEX triplet: 02, 7D and 99. RGB value is (2,125,153). Sum of RGB (Red+Green+Blue) = 2+125+153=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #027D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D99 is #FD8266. Grayscale: #5B5B5B. Windows color (decimal): -16613991 or 10059010. OLE color: 10059010.

HSL color Cylindrical-coordinate representation of color #027D99: hue angle of 191.13º 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 #027D99 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 125 153 -
CMYK 0.99 0.18 0 0.4
HSL 191.13º 0.97% 0.3% -
HSV(B) 191.13º 0.99% 0.6% -
XYZ 13.11 16.98 32.72 -
YUV 91.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 2 125 153 0.99 0.18 0 0.4 191.13 0.97 0.3
Hex 2 7D 99 63 12 0 28 BF 61 1E
Octal 2 175 231 143 22 0 50 277 141 36
Binary 10 1111101 10011001 1100011 10010 0 101000 10111111 1100001 11110

Color Harmonies of #027D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D99

Black with #027D99

Text Example


Text Example

White with #027D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027D99; }

 p { color: rgb(2,125,153); }

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

background-color css

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

 a { background-color: rgb(2,125,153); }

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

border-color css

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

 span { border-color: rgb(2,125,153); }

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