#1A6072

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

Shades of Allports #1A6072

Tints of Allports #1A6072

Color information

#1A6072 (or 0x1A6072) is unknown color: approx Allports. HEX triplet: 1A, 60 and 72. RGB value is (26,96,114). Sum of RGB (Red+Green+Blue) = 26+96+114=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6072 is #E59F8D. Grayscale: #4C4C4C. Windows color (decimal): -15048590 or 7495706. OLE color: 7495706.

HSL color Cylindrical-coordinate representation of color #1A6072: hue angle of 192.27º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6072 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2696114-
CMYK0.770.1600.55
HSL192.27º62.86%27.45%-
HSV(B)192.27º77.19%44.71%-
XYZ7.659.817.41-
YUV77.12148.8191.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.02%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=11.02%
G=40.68%
B=48.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26961140.770.1600.55192.2762.8627.45
Hex1A60724D10037c03f1b
Octal32140162115200673007733
Binary110101100000111001010011011000001101111100000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6072; }

 p { color: rgb(26,96,114); }

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

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

 a { background-color: rgb(26,96,114); }

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

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

 span { border-color: rgb(26,96,114); }

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