Html Css Color HEX #027895 Eastern Blue

📋 copy color: '#027895'

red 2 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #027895

Tints of Eastern Blue #027895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 0.74%
G = 44.28%
B = 54.98%

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

#027895 (or 0x027895) is known color: Eastern Blue. HEX triplet: 02, 78 and 95. RGB value is (2,120,149). Sum of RGB (Red+Green+Blue) = 2+120+149=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #027895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027895 is #FD876A. Grayscale: #575757. Windows color (decimal): -16615275 or 9795586. OLE color: 9795586.

HSL color Cylindrical-coordinate representation of color #027895: hue angle of 191.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027895 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 120 149 -
CMYK 0.99 0.19 0 0.42
HSL 191.84º 0.97% 0.3% -
HSV(B) 191.84º 0.99% 0.58% -
XYZ 12.17 15.62 30.81 -
YUV 88.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 2 120 149 0.99 0.19 0 0.42 191.84 0.97 0.3
Hex 2 78 95 63 13 0 2A C0 61 1E
Octal 2 170 225 143 23 0 52 300 141 36
Binary 10 1111000 10010101 1100011 10011 0 101010 11000000 1100001 11110

Color Harmonies of #027895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027895

Black with #027895

Text Example


Text Example

White with #027895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027895; }

 p { color: rgb(2,120,149); }

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

background-color css

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

 a { background-color: rgb(2,120,149); }

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

border-color css

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

 span { border-color: rgb(2,120,149); }

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