Html Css Color HEX #027E92 Eastern Blue

📋 copy color: '#027E92'

red 2 ◦ green 126 ◦ blue 146

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

Shades of Eastern Blue #027E92

Tints of Eastern Blue #027E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 0.73%
G = 45.99%
B = 53.28%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027E92 (or 0x027E92) is known color: Eastern Blue. HEX triplet: 02, 7E and 92. RGB value is (2,126,146). Sum of RGB (Red+Green+Blue) = 2+126+146=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #027E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E92 is #FD816D. Grayscale: #5A5A5A. Windows color (decimal): -16613742 or 9600514. OLE color: 9600514.

HSL color Cylindrical-coordinate representation of color #027E92: hue angle of 188.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E92 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 126 146 -
CMYK 0.99 0.14 0 0.43
HSL 188.33º 0.97% 0.29% -
HSV(B) 188.33º 0.99% 0.57% -
XYZ 12.67 17.01 29.81 -
YUV 91.2 158.92 64.37 -
System Red Green Blue C M Y K H S L
Decimal 2 126 146 0.99 0.14 0 0.43 188.33 0.97 0.29
Hex 2 7E 92 63 E 0 2B BC 61 1D
Octal 2 176 222 143 16 0 53 274 141 35
Binary 10 1111110 10010010 1100011 1110 0 101011 10111100 1100001 11101

Color Harmonies of #027E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E92

Black with #027E92

Text Example


Text Example

White with #027E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,146); }

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

background-color css

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

 a { background-color: rgb(2,126,146); }

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

border-color css

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

 span { border-color: rgb(2,126,146); }

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