#127992

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

Shades of Eastern Blue #127992

Tints of Eastern Blue #127992

Color information

#127992 (or 0x127992) is unknown color: approx Eastern Blue. HEX triplet: 12, 79 and 92. RGB value is (18,121,146). Sum of RGB (Red+Green+Blue) = 18+121+146=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #127992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127992 is #ED866D. Grayscale: #5C5C5C. Windows color (decimal): -15566446 or 9599250. OLE color: 9599250.

HSL color Cylindrical-coordinate representation of color #127992: hue angle of 191.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127992 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18121146-
CMYK0.880.1700.43
HSL191.72º78.05%32.16%-
HSV(B)191.72º87.67%57.25%-
XYZ12.2815.8829.61-
YUV93.05157.8874.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=6.32%
G=42.46%
B=51.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181211460.880.1700.43191.7278.0532.16
Hex127992581102Bc04e20
Octal221712221302105330011640
Binary100101111001100100101011000100010101011110000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127992; }

 p { color: rgb(18,121,146); }

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

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

 a { background-color: rgb(18,121,146); }

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

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

 span { border-color: rgb(18,121,146); }

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