#126972

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

Shades of Allports #126972

Tints of Allports #126972

Color information

#126972 (or 0x126972) is unknown color: approx Allports. HEX triplet: 12, 69 and 72. RGB value is (18,105,114). Sum of RGB (Red+Green+Blue) = 18+105+114=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #126972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126972 is #ED968D. Grayscale: #4F4F4F. Windows color (decimal): -15570574 or 7498002. OLE color: 7498002.

HSL color Cylindrical-coordinate representation of color #126972: hue angle of 185.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126972 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18105114-
CMYK0.840.0800.55
HSL185.62º72.73%25.88%-
HSV(B)185.62º84.21%44.71%-
XYZ8.3411.4517.69-
YUV80.01147.1883.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=7.59%
G=44.30%
B=48.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181051140.840.0800.55185.6272.7325.88
Hex126972548037ba491a
Octal221511621241006727211132
Binary100101101001111001010101001000011011110111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126972; }

 p { color: rgb(18,105,114); }

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

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

 a { background-color: rgb(18,105,114); }

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

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

 span { border-color: rgb(18,105,114); }

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