Html Css Color HEX #027992 Eastern Blue

📋 copy color: '#027992'

red 2 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #027992

Tints of Eastern Blue #027992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 0.74%
G = 44.98%
B = 54.28%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027992 (or 0x027992) is known color: Eastern Blue. HEX triplet: 02, 79 and 92. RGB value is (2,121,146). Sum of RGB (Red+Green+Blue) = 2+121+146=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #027992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027992 is #FD866D. Grayscale: #585858. Windows color (decimal): -16615022 or 9599234. OLE color: 9599234.

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

Color convert

RGB 2 121 146 -
CMYK 0.99 0.17 0 0.43
HSL 190.42º 0.97% 0.29% -
HSV(B) 190.42º 0.99% 0.57% -
XYZ 12.05 15.76 29.6 -
YUV 88.27 160.58 66.47 -
System Red Green Blue C M Y K H S L
Decimal 2 121 146 0.99 0.17 0 0.43 190.42 0.97 0.29
Hex 2 79 92 63 11 0 2B BE 61 1D
Octal 2 171 222 143 21 0 53 276 141 35
Binary 10 1111001 10010010 1100011 10001 0 101011 10111110 1100001 11101

Color Harmonies of #027992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027992

Black with #027992

Text Example


Text Example

White with #027992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027992; }

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

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

background-color css

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

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

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

border-color css

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

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

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