Shades of Allports #146783
Tints of Allports #146783
RGB
CMYK
RGB Variations
Color information
#146783 (or 0x146783) is known color: Allports. HEX triplet: 14, 67 and 83. RGB value is (20,103,131). Sum of RGB (Red+Green+Blue) = 20+103+131=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #146783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146783 is #EB987C. Grayscale: #515151. Windows color (decimal): -15439997 or 8611604. OLE color: 8611604.
HSL color Cylindrical-coordinate representation of color #146783: hue angle of 195.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146783 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 103 | 131 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.49 |
| HSL | 195.14º | 0.74% | 0.3% | - |
| HSV(B) | 195.14º | 0.85% | 0.51% | - |
| XYZ | 9.24 | 11.49 | 23.2 | - |
| YUV | 81.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 131 | 0.85 | 0.21 | 0 | 0.49 | 195.14 | 0.74 | 0.3 |
| Hex | 14 | 67 | 83 | 55 | 15 | 0 | 31 | C3 | 4A | 1E |
| Octal | 24 | 147 | 203 | 125 | 25 | 0 | 61 | 303 | 112 | 36 |
| Binary | 10100 | 1100111 | 10000011 | 1010101 | 10101 | 0 | 110001 | 11000011 | 1001010 | 11110 |
Color Harmonies of #146783
Complementary color
Monochromatic Colors of #146783
Black with #146783
Text Example
Text Example
White with #146783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146783; }
p { color: rgb(20,103,131); }
H1.HeaderClassName
{
color: #146783;
}
.AnyTagClassName
{
color: #146783;
}
</style>
background-color css
<style>
a { background-color: #146783; }
a { background-color: rgb(20,103,131); }
div.DivClassName
{
background-color: #146783;
}
.BgClassName
{
background-color: #146783;
}
</style>
border-color css
<style>
span { border-color: #146783; }
span { border-color: rgb(20,103,131); }
td.TdClassName
{
border-color: #146783;
}
.TagClassName
{
border-color: #146783;
}
</style>