Html Css Color HEX #027B99 Eastern Blue

📋 copy color: '#027B99'

red 2 ◦ green 123 ◦ blue 153

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

Shades of Eastern Blue #027B99

Tints of Eastern Blue #027B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.24%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 0.72%
G = 44.24%
B = 55.04%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027B99 (or 0x027B99) is known color: Eastern Blue. HEX triplet: 02, 7B and 99. RGB value is (2,123,153). Sum of RGB (Red+Green+Blue) = 2+123+153=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #027B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B99 is #FD8466. Grayscale: #595959. Windows color (decimal): -16614503 or 10058498. OLE color: 10058498.

HSL color Cylindrical-coordinate representation of color #027B99: hue angle of 191.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027B99 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 123 153 -
CMYK 0.99 0.20 0 0.4
HSL 191.92º 0.97% 0.3% -
HSV(B) 191.92º 0.99% 0.6% -
XYZ 12.86 16.48 32.64 -
YUV 90.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 2 123 153 0.99 0.20 0 0.4 191.92 0.97 0.3
Hex 2 7B 99 63 14 0 28 C0 61 1E
Octal 2 173 231 143 24 0 50 300 141 36
Binary 10 1111011 10011001 1100011 10100 0 101000 11000000 1100001 11110

Color Harmonies of #027B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B99

Black with #027B99

Text Example


Text Example

White with #027B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027B99; }

 p { color: rgb(2,123,153); }

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

background-color css

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

 a { background-color: rgb(2,123,153); }

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

border-color css

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

 span { border-color: rgb(2,123,153); }

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