Html Css Color HEX #027793 Eastern Blue

📋 copy color: '#027793'

red 2 ◦ green 119 ◦ blue 147

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

Shades of Eastern Blue #027793

Tints of Eastern Blue #027793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 0.75%
G = 44.4%
B = 54.85%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027793 (or 0x027793) is known color: Eastern Blue. HEX triplet: 02, 77 and 93. RGB value is (2,119,147). Sum of RGB (Red+Green+Blue) = 2+119+147=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #027793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027793 is #FD886C. Grayscale: #565656. Windows color (decimal): -16615533 or 9664258. OLE color: 9664258.

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

Color convert

RGB 2 119 147 -
CMYK 0.99 0.19 0 0.42
HSL 191.59º 0.97% 0.29% -
HSV(B) 191.59º 0.99% 0.58% -
XYZ 11.89 15.31 29.93 -
YUV 87.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 2 119 147 0.99 0.19 0 0.42 191.59 0.97 0.29
Hex 2 77 93 63 13 0 2A C0 61 1D
Octal 2 167 223 143 23 0 52 300 141 35
Binary 10 1110111 10010011 1100011 10011 0 101010 11000000 1100001 11101

Color Harmonies of #027793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027793

Black with #027793

Text Example


Text Example

White with #027793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027793; }

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

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

background-color css

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

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

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

border-color css

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

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

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