Shades of Dark Cerulean #01508A
Tints of Dark Cerulean #01508A
RGB
CMYK
RGB Variations
Color information
#01508A (or 0x01508A) is known color: Dark Cerulean. HEX triplet: 01, 50 and 8A. RGB value is (1,80,138). Sum of RGB (Red+Green+Blue) = 1+80+138=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #01508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01508A is #FEAF75. Grayscale: #3E3E3E. Windows color (decimal): -16691062 or 9064449. OLE color: 9064449.
HSL color Cylindrical-coordinate representation of color #01508A: hue angle of 205.4º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01508A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 80 | 138 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.46 |
| HSL | 205.4º | 0.99% | 0.27% | - |
| HSV(B) | 205.4º | 0.99% | 0.54% | - |
| XYZ | 7.47 | 7.58 | 25.11 | - |
| YUV | 62.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 138 | 0.99 | 0.42 | 0 | 0.46 | 205.4 | 0.99 | 0.27 |
| Hex | 1 | 50 | 8A | 63 | 2A | 0 | 2E | CD | 63 | 1B |
| Octal | 1 | 120 | 212 | 143 | 52 | 0 | 56 | 315 | 143 | 33 |
| Binary | 1 | 1010000 | 10001010 | 1100011 | 101010 | 0 | 101110 | 11001101 | 1100011 | 11011 |
Color Harmonies of #01508A
Complementary color
Monochromatic Colors of #01508A
Black with #01508A
Text Example
Text Example
White with #01508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01508A; }
p { color: rgb(1,80,138); }
H1.HeaderClassName
{
color: #01508A;
}
.AnyTagClassName
{
color: #01508A;
}
</style>
background-color css
<style>
a { background-color: #01508A; }
a { background-color: rgb(1,80,138); }
div.DivClassName
{
background-color: #01508A;
}
.BgClassName
{
background-color: #01508A;
}
</style>
border-color css
<style>
span { border-color: #01508A; }
span { border-color: rgb(1,80,138); }
td.TdClassName
{
border-color: #01508A;
}
.TagClassName
{
border-color: #01508A;
}
</style>