Html Css Color HEX #027993 Eastern Blue

📋 copy color: '#027993'

red 2 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #027993

Tints of Eastern Blue #027993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 0.74%
G = 44.81%
B = 54.44%

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

#027993 (or 0x027993) is known color: Eastern Blue. HEX triplet: 02, 79 and 93. RGB value is (2,121,147). Sum of RGB (Red+Green+Blue) = 2+121+147=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #027993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027993 is #FD866C. Grayscale: #585858. Windows color (decimal): -16615021 or 9664770. OLE color: 9664770.

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

Color convert

RGB 2 121 147 -
CMYK 0.99 0.18 0 0.42
HSL 190.76º 0.97% 0.29% -
HSV(B) 190.76º 0.99% 0.58% -
XYZ 12.13 15.79 30.01 -
YUV 88.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 2 121 147 0.99 0.18 0 0.42 190.76 0.97 0.29
Hex 2 79 93 63 12 0 2A BF 61 1D
Octal 2 171 223 143 22 0 52 277 141 35
Binary 10 1111001 10010011 1100011 10010 0 101010 10111111 1100001 11101

Color Harmonies of #027993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027993

Black with #027993

Text Example


Text Example

White with #027993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027993; }

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

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

background-color css

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

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

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

border-color css

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

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

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