#127490

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

Shades of Allports #127490

Tints of Allports #127490

Color information

#127490 (or 0x127490) is unknown color: approx Allports. HEX triplet: 12, 74 and 90. RGB value is (18,116,144). Sum of RGB (Red+Green+Blue) = 18+116+144=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #127490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127490 is #ED8B6F. Grayscale: #595959. Windows color (decimal): -15567728 or 9466898. OLE color: 9466898.

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

Color convert

RGB18116144-
CMYK0.880.1900.44
HSL193.33º77.78%31.76%-
HSV(B)193.33º87.5%56.47%-
XYZ11.5314.6328.6-
YUV89.89158.5376.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=6.47%
G=41.73%
B=51.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181161440.880.1900.44193.3377.7831.76
Hex127490581302Cc14e20
Octal221642201302305430111640
Binary100101110100100100001011000100110101100110000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127490; }

 p { color: rgb(18,116,144); }

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

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

 a { background-color: rgb(18,116,144); }

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

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

 span { border-color: rgb(18,116,144); }

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