#127989

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

Shades of Allports #127989

Tints of Allports #127989

Color information

#127989 (or 0x127989) is unknown color: approx Allports. HEX triplet: 12, 79 and 89. RGB value is (18,121,137). Sum of RGB (Red+Green+Blue) = 18+121+137=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #127989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127989 is #ED8676. Grayscale: #5B5B5B. Windows color (decimal): -15566455 or 9009426. OLE color: 9009426.

HSL color Cylindrical-coordinate representation of color #127989: hue angle of 188.07º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127989 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18121137-
CMYK0.870.1200.46
HSL188.07º76.77%30.39%-
HSV(B)188.07º86.86%53.73%-
XYZ11.615.6126.07-
YUV92.03153.3875.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 137 (53.91% from 255) = 49.64%
R=6.52%
G=43.84%
B=49.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181211370.870.1200.46188.0776.7730.39
Hex12798957C02Ebc4d1e
Octal221712111271405627411536
Binary1001011110011000100110101111100010111010111100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127989; }

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

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

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

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

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

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

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

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