Html Css Color HEX #027C93 Eastern Blue

📋 copy color: '#027C93'

red 2 ◦ green 124 ◦ blue 147

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

Shades of Eastern Blue #027C93

Tints of Eastern Blue #027C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 0.73%
G = 45.42%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027C93 (or 0x027C93) is known color: Eastern Blue. HEX triplet: 02, 7C and 93. RGB value is (2,124,147). Sum of RGB (Red+Green+Blue) = 2+124+147=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #027C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C93 is #FD836C. Grayscale: #595959. Windows color (decimal): -16614253 or 9665538. OLE color: 9665538.

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

Color convert

RGB 2 124 147 -
CMYK 0.99 0.16 0 0.42
HSL 189.52º 0.97% 0.29% -
HSV(B) 189.52º 0.99% 0.58% -
XYZ 12.5 16.53 30.14 -
YUV 90.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 2 124 147 0.99 0.16 0 0.42 189.52 0.97 0.29
Hex 2 7C 93 63 10 0 2A BE 61 1D
Octal 2 174 223 143 20 0 52 276 141 35
Binary 10 1111100 10010011 1100011 10000 0 101010 10111110 1100001 11101

Color Harmonies of #027C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C93

Black with #027C93

Text Example


Text Example

White with #027C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,147); }

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

background-color css

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

 a { background-color: rgb(2,124,147); }

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

border-color css

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

 span { border-color: rgb(2,124,147); }

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