#126A94

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

Shades of Allports #126A94

Tints of Allports #126A94

Color information

#126A94 (or 0x126A94) is unknown color: approx Allports. HEX triplet: 12, 6A and 94. RGB value is (18,106,148). Sum of RGB (Red+Green+Blue) = 18+106+148=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #126A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A94 is #ED956B. Grayscale: #545454. Windows color (decimal): -15570284 or 9726482. OLE color: 9726482.

HSL color Cylindrical-coordinate representation of color #126A94: hue angle of 199.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126A94 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18106148-
CMYK0.880.2800.42
HSL199.38º78.31%32.55%-
HSV(B)199.38º87.84%58.04%-
XYZ10.7512.5729.88-
YUV84.48163.8580.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=6.62%
G=38.97%
B=54.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181061480.880.2800.42199.3878.3132.55
Hex126A94581C02Ac74e21
Octal221522241303405230711641
Binary100101101010100101001011000111000101010110001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A94; }

 p { color: rgb(18,106,148); }

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

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

 a { background-color: rgb(18,106,148); }

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

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

 span { border-color: rgb(18,106,148); }

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