Html Css Color HEX #027F99 Eastern Blue

📋 copy color: '#027F99'

red 2 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #027F99

Tints of Eastern Blue #027F99

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

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

R = 0.71%
G = 45.04%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027F99 (or 0x027F99) is known color: Eastern Blue. HEX triplet: 02, 7F and 99. RGB value is (2,127,153). Sum of RGB (Red+Green+Blue) = 2+127+153=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #027F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F99 is #FD8066. Grayscale: #5C5C5C. Windows color (decimal): -16613479 or 10059522. OLE color: 10059522.

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

Color convert

RGB 2 127 153 -
CMYK 0.99 0.17 0 0.4
HSL 190.33º 0.97% 0.3% -
HSV(B) 190.33º 0.99% 0.6% -
XYZ 13.36 17.49 32.81 -
YUV 92.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 2 127 153 0.99 0.17 0 0.4 190.33 0.97 0.3
Hex 2 7F 99 63 11 0 28 BE 61 1E
Octal 2 177 231 143 21 0 50 276 141 36
Binary 10 1111111 10011001 1100011 10001 0 101000 10111110 1100001 11110

Color Harmonies of #027F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F99

Black with #027F99

Text Example


Text Example

White with #027F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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