Html Css Color HEX #027790 Eastern Blue

📋 copy color: '#027790'

red 2 ◦ green 119 ◦ blue 144

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

Shades of Eastern Blue #027790

Tints of Eastern Blue #027790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 0.75%
G = 44.91%
B = 54.34%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#027790 (or 0x027790) is known color: Eastern Blue. HEX triplet: 02, 77 and 90. RGB value is (2,119,144). Sum of RGB (Red+Green+Blue) = 2+119+144=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #027790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027790 is #FD886F. Grayscale: #565656. Windows color (decimal): -16615536 or 9467650. OLE color: 9467650.

HSL color Cylindrical-coordinate representation of color #027790: hue angle of 190.56º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027790 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 119 144 -
CMYK 0.99 0.17 0 0.44
HSL 190.56º 0.97% 0.29% -
HSV(B) 190.56º 0.99% 0.56% -
XYZ 11.66 15.22 28.71 -
YUV 86.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 2 119 144 0.99 0.17 0 0.44 190.56 0.97 0.29
Hex 2 77 90 63 11 0 2C BF 61 1D
Octal 2 167 220 143 21 0 54 277 141 35
Binary 10 1110111 10010000 1100011 10001 0 101100 10111111 1100001 11101

Color Harmonies of #027790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027790

Black with #027790

Text Example


Text Example

White with #027790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027790; }

 p { color: rgb(2,119,144); }

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

background-color css

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

 a { background-color: rgb(2,119,144); }

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

border-color css

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

 span { border-color: rgb(2,119,144); }

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