Shades of Dark Cerulean #015291
Tints of Dark Cerulean #015291
RGB
CMYK
RGB Variations
Color information
#015291 (or 0x015291) is known color: Dark Cerulean. HEX triplet: 01, 52 and 91. RGB value is (1,82,145). Sum of RGB (Red+Green+Blue) = 1+82+145=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #015291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015291 is #FEAD6E. Grayscale: #404040. Windows color (decimal): -16690543 or 9523713. OLE color: 9523713.
HSL color Cylindrical-coordinate representation of color #015291: hue angle of 206.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015291 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 82 | 145 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.43 |
| HSL | 206.25º | 0.99% | 0.29% | - |
| HSV(B) | 206.25º | 0.99% | 0.57% | - |
| XYZ | 8.14 | 8.09 | 27.92 | - |
| YUV | 64.96 | 173.16 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 145 | 0.99 | 0.43 | 0 | 0.43 | 206.25 | 0.99 | 0.29 |
| Hex | 1 | 52 | 91 | 63 | 2B | 0 | 2B | CE | 63 | 1D |
| Octal | 1 | 122 | 221 | 143 | 53 | 0 | 53 | 316 | 143 | 35 |
| Binary | 1 | 1010010 | 10010001 | 1100011 | 101011 | 0 | 101011 | 11001110 | 1100011 | 11101 |
Color Harmonies of #015291
Complementary color
Monochromatic Colors of #015291
Black with #015291
Text Example
Text Example
White with #015291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015291; }
p { color: rgb(1,82,145); }
H1.HeaderClassName
{
color: #015291;
}
.AnyTagClassName
{
color: #015291;
}
</style>
background-color css
<style>
a { background-color: #015291; }
a { background-color: rgb(1,82,145); }
div.DivClassName
{
background-color: #015291;
}
.BgClassName
{
background-color: #015291;
}
</style>
border-color css
<style>
span { border-color: #015291; }
span { border-color: rgb(1,82,145); }
td.TdClassName
{
border-color: #015291;
}
.TagClassName
{
border-color: #015291;
}
</style>