Html Css Color HEX #027C92 Eastern Blue

📋 copy color: '#027C92'

red 2 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #027C92

Tints of Eastern Blue #027C92

RGB

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

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

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

R = 0.74%
G = 45.59%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027C92 (or 0x027C92) is known color: Eastern Blue. HEX triplet: 02, 7C and 92. RGB value is (2,124,146). Sum of RGB (Red+Green+Blue) = 2+124+146=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #027C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C92 is #FD836D. Grayscale: #595959. Windows color (decimal): -16614254 or 9600002. OLE color: 9600002.

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

Color convert

RGB 2 124 146 -
CMYK 0.99 0.15 0 0.43
HSL 189.17º 0.97% 0.29% -
HSV(B) 189.17º 0.99% 0.57% -
XYZ 12.42 16.5 29.72 -
YUV 90.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 2 124 146 0.99 0.15 0 0.43 189.17 0.97 0.29
Hex 2 7C 92 63 F 0 2B BD 61 1D
Octal 2 174 222 143 17 0 53 275 141 35
Binary 10 1111100 10010010 1100011 1111 0 101011 10111101 1100001 11101

Color Harmonies of #027C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C92

Black with #027C92

Text Example


Text Example

White with #027C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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