Html Css Color HEX #027D94 Eastern Blue

📋 copy color: '#027D94'

red 2 ◦ green 125 ◦ blue 148

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

Shades of Eastern Blue #027D94

Tints of Eastern Blue #027D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 0.73%
G = 45.45%
B = 53.82%

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

#027D94 (or 0x027D94) is known color: Eastern Blue. HEX triplet: 02, 7D and 94. RGB value is (2,125,148). Sum of RGB (Red+Green+Blue) = 2+125+148=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #027D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D94 is #FD826B. Grayscale: #5A5A5A. Windows color (decimal): -16613996 or 9731330. OLE color: 9731330.

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

Color convert

RGB 2 125 148 -
CMYK 0.99 0.16 0 0.42
HSL 189.45º 0.97% 0.29% -
HSV(B) 189.45º 0.99% 0.58% -
XYZ 12.7 16.82 30.59 -
YUV 90.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 2 125 148 0.99 0.16 0 0.42 189.45 0.97 0.29
Hex 2 7D 94 63 10 0 2A BD 61 1D
Octal 2 175 224 143 20 0 52 275 141 35
Binary 10 1111101 10010100 1100011 10000 0 101010 10111101 1100001 11101

Color Harmonies of #027D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D94

Black with #027D94

Text Example


Text Example

White with #027D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,148); }

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

background-color css

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

 a { background-color: rgb(2,125,148); }

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

border-color css

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

 span { border-color: rgb(2,125,148); }

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