Html Css Color HEX #027994 Eastern Blue

📋 copy color: '#027994'

red 2 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #027994

Tints of Eastern Blue #027994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 0.74%
G = 44.65%
B = 54.61%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027994 (or 0x027994) is known color: Eastern Blue. HEX triplet: 02, 79 and 94. RGB value is (2,121,148). Sum of RGB (Red+Green+Blue) = 2+121+148=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #027994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027994 is #FD866B. Grayscale: #585858. Windows color (decimal): -16615020 or 9730306. OLE color: 9730306.

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

Color convert

RGB 2 121 148 -
CMYK 0.99 0.18 0 0.42
HSL 191.1º 0.97% 0.29% -
HSV(B) 191.1º 0.99% 0.58% -
XYZ 12.21 15.83 30.43 -
YUV 88.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 2 121 148 0.99 0.18 0 0.42 191.1 0.97 0.29
Hex 2 79 94 63 12 0 2A BF 61 1D
Octal 2 171 224 143 22 0 52 277 141 35
Binary 10 1111001 10010100 1100011 10010 0 101010 10111111 1100001 11101

Color Harmonies of #027994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027994

Black with #027994

Text Example


Text Example

White with #027994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027994; }

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

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

background-color css

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

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

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

border-color css

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

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

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