Html Css Color HEX #127F99 Eastern Blue

📋 copy color: '#127F99'

red 18 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #127F99

Tints of Eastern Blue #127F99

RGB

 RED value IS 18 (7.42% from 255) = 6.04%

 GREEN value IS 127 (50% from 255) = 42.62%

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

R = 6.04%
G = 42.62%
B = 51.34%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#127F99 (or 0x127F99) is known color: Eastern Blue. HEX triplet: 12, 7F and 99. RGB value is (18,127,153). Sum of RGB (Red+Green+Blue) = 18+127+153=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #127F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F99 is #ED8066. Grayscale: #616161. Windows color (decimal): -15564903 or 10059538. OLE color: 10059538.

HSL color Cylindrical-coordinate representation of color #127F99: hue angle of 191.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F99 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 127 153 -
CMYK 0.88 0.17 0 0.4
HSL 191.56º 0.79% 0.34% -
HSV(B) 191.56º 0.88% 0.6% -
XYZ 13.59 17.61 32.82 -
YUV 97.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 18 127 153 0.88 0.17 0 0.4 191.56 0.79 0.34
Hex 12 7F 99 58 11 0 28 C0 4F 22
Octal 22 177 231 130 21 0 50 300 117 42
Binary 10010 1111111 10011001 1011000 10001 0 101000 11000000 1001111 100010

Color Harmonies of #127F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F99

Black with #127F99

Text Example


Text Example

White with #127F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127F99; }

 p { color: rgb(18,127,153); }

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

background-color css

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

 a { background-color: rgb(18,127,153); }

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

border-color css

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

 span { border-color: rgb(18,127,153); }

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