Html Css Color HEX #027791 Eastern Blue

📋 copy color: '#027791'

red 2 ◦ green 119 ◦ blue 145

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

Shades of Eastern Blue #027791

Tints of Eastern Blue #027791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 0.75%
G = 44.74%
B = 54.51%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027791 (or 0x027791) is known color: Eastern Blue. HEX triplet: 02, 77 and 91. RGB value is (2,119,145). Sum of RGB (Red+Green+Blue) = 2+119+145=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #027791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027791 is #FD886E. Grayscale: #565656. Windows color (decimal): -16615535 or 9533186. OLE color: 9533186.

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

Color convert

RGB 2 119 145 -
CMYK 0.99 0.18 0 0.43
HSL 190.91º 0.97% 0.29% -
HSV(B) 190.91º 0.99% 0.57% -
XYZ 11.73 15.25 29.11 -
YUV 86.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 2 119 145 0.99 0.18 0 0.43 190.91 0.97 0.29
Hex 2 77 91 63 12 0 2B BF 61 1D
Octal 2 167 221 143 22 0 53 277 141 35
Binary 10 1110111 10010001 1100011 10010 0 101011 10111111 1100001 11101

Color Harmonies of #027791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027791

Black with #027791

Text Example


Text Example

White with #027791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027791; }

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

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

background-color css

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

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

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

border-color css

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

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

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