Shades of Dark Cerulean #145182
Tints of Dark Cerulean #145182
RGB
CMYK
RGB Variations
Color information
#145182 (or 0x145182) is known color: Dark Cerulean. HEX triplet: 14, 51 and 82. RGB value is (20,81,130). Sum of RGB (Red+Green+Blue) = 20+81+130=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #145182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145182 is #EBAE7D. Grayscale: #444444. Windows color (decimal): -15445630 or 8540436. OLE color: 8540436.
HSL color Cylindrical-coordinate representation of color #145182: hue angle of 206.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145182 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 81 | 130 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.49 |
| HSL | 206.73º | 0.73% | 0.29% | - |
| HSV(B) | 206.73º | 0.85% | 0.51% | - |
| XYZ | 7.26 | 7.65 | 22.21 | - |
| YUV | 68.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 130 | 0.85 | 0.38 | 0 | 0.49 | 206.73 | 0.73 | 0.29 |
| Hex | 14 | 51 | 82 | 55 | 26 | 0 | 31 | CF | 49 | 1D |
| Octal | 24 | 121 | 202 | 125 | 46 | 0 | 61 | 317 | 111 | 35 |
| Binary | 10100 | 1010001 | 10000010 | 1010101 | 100110 | 0 | 110001 | 11001111 | 1001001 | 11101 |
Color Harmonies of #145182
Complementary color
Monochromatic Colors of #145182
Black with #145182
Text Example
Text Example
White with #145182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145182; }
p { color: rgb(20,81,130); }
H1.HeaderClassName
{
color: #145182;
}
.AnyTagClassName
{
color: #145182;
}
</style>
background-color css
<style>
a { background-color: #145182; }
a { background-color: rgb(20,81,130); }
div.DivClassName
{
background-color: #145182;
}
.BgClassName
{
background-color: #145182;
}
</style>
border-color css
<style>
span { border-color: #145182; }
span { border-color: rgb(20,81,130); }
td.TdClassName
{
border-color: #145182;
}
.TagClassName
{
border-color: #145182;
}
</style>