Shades of Dark Cerulean #015A8D
Tints of Dark Cerulean #015A8D
RGB
CMYK
RGB Variations
Color information
#015A8D (or 0x015A8D) is known color: Dark Cerulean. HEX triplet: 01, 5A and 8D. RGB value is (1,90,141). Sum of RGB (Red+Green+Blue) = 1+90+141=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #015A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A8D is #FEA572. Grayscale: #444444. Windows color (decimal): -16688499 or 9263617. OLE color: 9263617.
HSL color Cylindrical-coordinate representation of color #015A8D: hue angle of 201.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A8D is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 90 | 141 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.45 |
| HSL | 201.86º | 0.99% | 0.28% | - |
| HSV(B) | 201.86º | 0.99% | 0.55% | - |
| XYZ | 8.48 | 9.24 | 26.54 | - |
| YUV | 69.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 141 | 0.99 | 0.36 | 0 | 0.45 | 201.86 | 0.99 | 0.28 |
| Hex | 1 | 5A | 8D | 63 | 24 | 0 | 2D | CA | 63 | 1C |
| Octal | 1 | 132 | 215 | 143 | 44 | 0 | 55 | 312 | 143 | 34 |
| Binary | 1 | 1011010 | 10001101 | 1100011 | 100100 | 0 | 101101 | 11001010 | 1100011 | 11100 |
Color Harmonies of #015A8D
Complementary color
Monochromatic Colors of #015A8D
Black with #015A8D
Text Example
Text Example
White with #015A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A8D; }
p { color: rgb(1,90,141); }
H1.HeaderClassName
{
color: #015A8D;
}
.AnyTagClassName
{
color: #015A8D;
}
</style>
background-color css
<style>
a { background-color: #015A8D; }
a { background-color: rgb(1,90,141); }
div.DivClassName
{
background-color: #015A8D;
}
.BgClassName
{
background-color: #015A8D;
}
</style>
border-color css
<style>
span { border-color: #015A8D; }
span { border-color: rgb(1,90,141); }
td.TdClassName
{
border-color: #015A8D;
}
.TagClassName
{
border-color: #015A8D;
}
</style>