Html Css Color HEX #027691 Eastern Blue

📋 copy color: '#027691'

red 2 ◦ green 118 ◦ blue 145

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

Shades of Eastern Blue #027691

Tints of Eastern Blue #027691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.53%

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

R = 0.75%
G = 44.53%
B = 54.72%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027691 (or 0x027691) is known color: Eastern Blue. HEX triplet: 02, 76 and 91. RGB value is (2,118,145). Sum of RGB (Red+Green+Blue) = 2+118+145=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #027691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027691 is #FD896E. Grayscale: #565656. Windows color (decimal): -16615791 or 9532930. OLE color: 9532930.

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

Color convert

RGB 2 118 145 -
CMYK 0.99 0.19 0 0.43
HSL 191.33º 0.97% 0.29% -
HSV(B) 191.33º 0.99% 0.57% -
XYZ 11.61 15.01 29.07 -
YUV 86.39 161.07 67.8 -
System Red Green Blue C M Y K H S L
Decimal 2 118 145 0.99 0.19 0 0.43 191.33 0.97 0.29
Hex 2 76 91 63 13 0 2B BF 61 1D
Octal 2 166 221 143 23 0 53 277 141 35
Binary 10 1110110 10010001 1100011 10011 0 101011 10111111 1100001 11101

Color Harmonies of #027691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027691

Black with #027691

Text Example


Text Example

White with #027691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027691; }

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

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

background-color css

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

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

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

border-color css

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

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

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