#127E98

Color #127E98 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #127E98

Tints of Eastern Blue #127E98

Color information

#127E98 (or 0x127E98) is unknown color: approx Eastern Blue. HEX triplet: 12, 7E and 98. RGB value is (18,126,152). Sum of RGB (Red+Green+Blue) = 18+126+152=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #127E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E98 is #ED8167. Grayscale: #606060. Windows color (decimal): -15565160 or 9993746. OLE color: 9993746.

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

Color convert

RGB18126152-
CMYK0.880.1700.40
HSL191.64º78.82%33.33%-
HSV(B)191.64º88.16%59.61%-
XYZ13.3817.3232.34-
YUV96.67159.2271.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 126 (49.61% from 255) = 42.57%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=6.08%
G=42.57%
B=51.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181261520.880.1700.40191.6478.8233.33
Hex127E985811028c04f21
Octal221762301302105030011741
Binary100101111110100110001011000100010101000110000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,126,152); }

 H1.HeaderClassName
 {
   color: #127E98;
 }
 .AnyTagClassName
 {
   color: #127E98;
 }
</style>
background-color css

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

 a { background-color: rgb(18,126,152); }

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

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

 span { border-color: rgb(18,126,152); }

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