Html Css Color HEX #027892 Eastern Blue

📋 copy color: '#027892'

red 2 ◦ green 120 ◦ blue 146

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

Shades of Eastern Blue #027892

Tints of Eastern Blue #027892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 0.75%
G = 44.78%
B = 54.48%

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

#027892 (or 0x027892) is known color: Eastern Blue. HEX triplet: 02, 78 and 92. RGB value is (2,120,146). Sum of RGB (Red+Green+Blue) = 2+120+146=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #027892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027892 is #FD876D. Grayscale: #575757. Windows color (decimal): -16615278 or 9598978. OLE color: 9598978.

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

Color convert

RGB 2 120 146 -
CMYK 0.99 0.18 0 0.43
HSL 190.83º 0.97% 0.29% -
HSV(B) 190.83º 0.99% 0.57% -
XYZ 11.93 15.52 29.56 -
YUV 87.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 2 120 146 0.99 0.18 0 0.43 190.83 0.97 0.29
Hex 2 78 92 63 12 0 2B BF 61 1D
Octal 2 170 222 143 22 0 53 277 141 35
Binary 10 1111000 10010010 1100011 10010 0 101011 10111111 1100001 11101

Color Harmonies of #027892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027892

Black with #027892

Text Example


Text Example

White with #027892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027892; }

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

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

background-color css

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

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

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

border-color css

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

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

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