Shades of Dark Cerulean #01528C
Tints of Dark Cerulean #01528C
RGB
CMYK
RGB Variations
Color information
#01528C (or 0x01528C) is known color: Dark Cerulean. HEX triplet: 01, 52 and 8C. RGB value is (1,82,140). Sum of RGB (Red+Green+Blue) = 1+82+140=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #01528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01528C is #FEAD73. Grayscale: #404040. Windows color (decimal): -16690548 or 9196033. OLE color: 9196033.
HSL color Cylindrical-coordinate representation of color #01528C: hue angle of 205.04º 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 #01528C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 82 | 140 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.45 |
| HSL | 205.04º | 0.99% | 0.28% | - |
| HSV(B) | 205.04º | 0.99% | 0.55% | - |
| XYZ | 7.76 | 7.93 | 25.93 | - |
| YUV | 64.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 140 | 0.99 | 0.41 | 0 | 0.45 | 205.04 | 0.99 | 0.28 |
| Hex | 1 | 52 | 8C | 63 | 29 | 0 | 2D | CD | 63 | 1C |
| Octal | 1 | 122 | 214 | 143 | 51 | 0 | 55 | 315 | 143 | 34 |
| Binary | 1 | 1010010 | 10001100 | 1100011 | 101001 | 0 | 101101 | 11001101 | 1100011 | 11100 |
Color Harmonies of #01528C
Complementary color
Monochromatic Colors of #01528C
Black with #01528C
Text Example
Text Example
White with #01528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01528C; }
p { color: rgb(1,82,140); }
H1.HeaderClassName
{
color: #01528C;
}
.AnyTagClassName
{
color: #01528C;
}
</style>
background-color css
<style>
a { background-color: #01528C; }
a { background-color: rgb(1,82,140); }
div.DivClassName
{
background-color: #01528C;
}
.BgClassName
{
background-color: #01528C;
}
</style>
border-color css
<style>
span { border-color: #01528C; }
span { border-color: rgb(1,82,140); }
td.TdClassName
{
border-color: #01528C;
}
.TagClassName
{
border-color: #01528C;
}
</style>