Shades of Dark Cerulean #015190
Tints of Dark Cerulean #015190
RGB
CMYK
RGB Variations
Color information
#015190 (or 0x015190) is known color: Dark Cerulean. HEX triplet: 01, 51 and 90. RGB value is (1,81,144). Sum of RGB (Red+Green+Blue) = 1+81+144=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #015190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015190 is #FEAE6F. Grayscale: #3F3F3F. Windows color (decimal): -16690800 or 9457921. OLE color: 9457921.
HSL color Cylindrical-coordinate representation of color #015190: hue angle of 206.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015190 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 81 | 144 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.44 |
| HSL | 206.43º | 0.99% | 0.28% | - |
| HSV(B) | 206.43º | 0.99% | 0.56% | - |
| XYZ | 7.99 | 7.9 | 27.49 | - |
| YUV | 64.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 144 | 0.99 | 0.44 | 0 | 0.44 | 206.43 | 0.99 | 0.28 |
| Hex | 1 | 51 | 90 | 63 | 2C | 0 | 2C | CE | 63 | 1C |
| Octal | 1 | 121 | 220 | 143 | 54 | 0 | 54 | 316 | 143 | 34 |
| Binary | 1 | 1010001 | 10010000 | 1100011 | 101100 | 0 | 101100 | 11001110 | 1100011 | 11100 |
Color Harmonies of #015190
Complementary color
Monochromatic Colors of #015190
Black with #015190
Text Example
Text Example
White with #015190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015190; }
p { color: rgb(1,81,144); }
H1.HeaderClassName
{
color: #015190;
}
.AnyTagClassName
{
color: #015190;
}
</style>
background-color css
<style>
a { background-color: #015190; }
a { background-color: rgb(1,81,144); }
div.DivClassName
{
background-color: #015190;
}
.BgClassName
{
background-color: #015190;
}
</style>
border-color css
<style>
span { border-color: #015190; }
span { border-color: rgb(1,81,144); }
td.TdClassName
{
border-color: #015190;
}
.TagClassName
{
border-color: #015190;
}
</style>