Html Css Color HEX #027690 Eastern Blue

📋 copy color: '#027690'

red 2 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #027690

Tints of Eastern Blue #027690

RGB

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

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

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

R = 0.76%
G = 44.7%
B = 54.55%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#027690 (or 0x027690) is known color: Eastern Blue. HEX triplet: 02, 76 and 90. RGB value is (2,118,144). Sum of RGB (Red+Green+Blue) = 2+118+144=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #027690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027690 is #FD896F. Grayscale: #565656. Windows color (decimal): -16615792 or 9467394. OLE color: 9467394.

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

Color convert

RGB 2 118 144 -
CMYK 0.99 0.18 0 0.44
HSL 190.99º 0.97% 0.29% -
HSV(B) 190.99º 0.99% 0.56% -
XYZ 11.54 14.98 28.67 -
YUV 86.28 160.57 67.89 -
System Red Green Blue C M Y K H S L
Decimal 2 118 144 0.99 0.18 0 0.44 190.99 0.97 0.29
Hex 2 76 90 63 12 0 2C BF 61 1D
Octal 2 166 220 143 22 0 54 277 141 35
Binary 10 1110110 10010000 1100011 10010 0 101100 10111111 1100001 11101

Color Harmonies of #027690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027690

Black with #027690

Text Example


Text Example

White with #027690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027690; }

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

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

background-color css

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

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

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

border-color css

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

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

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