Shades of Dark Cerulean #01458D
Tints of Dark Cerulean #01458D
RGB
CMYK
RGB Variations
Color information
#01458D (or 0x01458D) is known color: Dark Cerulean. HEX triplet: 01, 45 and 8D. RGB value is (1,69,141). Sum of RGB (Red+Green+Blue) = 1+69+141=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #01458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01458D is #FEBA72. Grayscale: #383838. Windows color (decimal): -16693875 or 9258241. OLE color: 9258241.
HSL color Cylindrical-coordinate representation of color #01458D: hue angle of 210.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 #01458D is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 69 | 141 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.45 |
| HSL | 210.86º | 0.99% | 0.28% | - |
| HSV(B) | 210.86º | 0.99% | 0.55% | - |
| XYZ | 6.95 | 6.19 | 26.03 | - |
| YUV | 56.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 141 | 0.99 | 0.51 | 0 | 0.45 | 210.86 | 0.99 | 0.28 |
| Hex | 1 | 45 | 8D | 63 | 33 | 0 | 2D | D3 | 63 | 1C |
| Octal | 1 | 105 | 215 | 143 | 63 | 0 | 55 | 323 | 143 | 34 |
| Binary | 1 | 1000101 | 10001101 | 1100011 | 110011 | 0 | 101101 | 11010011 | 1100011 | 11100 |
Color Harmonies of #01458D
Complementary color
Monochromatic Colors of #01458D
Black with #01458D
Text Example
Text Example
White with #01458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01458D; }
p { color: rgb(1,69,141); }
H1.HeaderClassName
{
color: #01458D;
}
.AnyTagClassName
{
color: #01458D;
}
</style>
background-color css
<style>
a { background-color: #01458D; }
a { background-color: rgb(1,69,141); }
div.DivClassName
{
background-color: #01458D;
}
.BgClassName
{
background-color: #01458D;
}
</style>
border-color css
<style>
span { border-color: #01458D; }
span { border-color: rgb(1,69,141); }
td.TdClassName
{
border-color: #01458D;
}
.TagClassName
{
border-color: #01458D;
}
</style>