#126374

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

Shades of Allports #126374

Tints of Allports #126374

Color information

#126374 (or 0x126374) is unknown color: approx Allports. HEX triplet: 12, 63 and 74. RGB value is (18,99,116). Sum of RGB (Red+Green+Blue) = 18+99+116=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #126374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126374 is #ED9C8B. Grayscale: #4C4C4C. Windows color (decimal): -15572108 or 7627538. OLE color: 7627538.

HSL color Cylindrical-coordinate representation of color #126374: hue angle of 190.41º 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 #126374 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1899116-
CMYK0.840.1500.55
HSL190.41º73.13%26.27%-
HSV(B)190.41º84.48%45.49%-
XYZ7.8610.3118.1-
YUV76.72150.1686.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=7.73%
G=42.49%
B=49.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18991160.840.1500.55190.4173.1326.27
Hex12637454F037be491a
Octal221431641241706727611132
Binary100101100011111010010101001111011011110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126374; }

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

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

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

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

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

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

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

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