Html Css Color HEX #027C9B Eastern Blue

📋 copy color: '#027C9B'

red 2 ◦ green 124 ◦ blue 155

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

Shades of Eastern Blue #027C9B

Tints of Eastern Blue #027C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 0.71%
G = 44.13%
B = 55.16%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#027C9B (or 0x027C9B) is known color: Eastern Blue. HEX triplet: 02, 7C and 9B. RGB value is (2,124,155). Sum of RGB (Red+Green+Blue) = 2+124+155=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #027C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C9B is #FD8364. Grayscale: #5A5A5A. Windows color (decimal): -16614245 or 10189826. OLE color: 10189826.

HSL color Cylindrical-coordinate representation of color #027C9B: hue angle of 192.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C9B is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 124 155 -
CMYK 0.99 0.2 0 0.39
HSL 192.16º 0.97% 0.31% -
HSV(B) 192.16º 0.99% 0.61% -
XYZ 13.15 16.79 33.56 -
YUV 91.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 2 124 155 0.99 0.2 0 0.39 192.16 0.97 0.31
Hex 2 7C 9B 63 14 0 27 C0 61 1F
Octal 2 174 233 143 24 0 47 300 141 37
Binary 10 1111100 10011011 1100011 10100 0 100111 11000000 1100001 11111

Color Harmonies of #027C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C9B

Black with #027C9B

Text Example


Text Example

White with #027C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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