Shades of Dark Cerulean #015294
Tints of Dark Cerulean #015294
RGB
CMYK
RGB Variations
Color information
#015294 (or 0x015294) is known color: Dark Cerulean. HEX triplet: 01, 52 and 94. RGB value is (1,82,148). Sum of RGB (Red+Green+Blue) = 1+82+148=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #015294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015294 is #FEAD6B. Grayscale: #404040. Windows color (decimal): -16690540 or 9720321. OLE color: 9720321.
HSL color Cylindrical-coordinate representation of color #015294: hue angle of 206.94º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015294 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 82 | 148 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.42 |
| HSL | 206.94º | 0.99% | 0.29% | - |
| HSV(B) | 206.94º | 0.99% | 0.58% | - |
| XYZ | 8.38 | 8.18 | 29.15 | - |
| YUV | 65.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 148 | 0.99 | 0.45 | 0 | 0.42 | 206.94 | 0.99 | 0.29 |
| Hex | 1 | 52 | 94 | 63 | 2D | 0 | 2A | CF | 63 | 1D |
| Octal | 1 | 122 | 224 | 143 | 55 | 0 | 52 | 317 | 143 | 35 |
| Binary | 1 | 1010010 | 10010100 | 1100011 | 101101 | 0 | 101010 | 11001111 | 1100011 | 11101 |
Color Harmonies of #015294
Complementary color
Monochromatic Colors of #015294
Black with #015294
Text Example
Text Example
White with #015294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015294; }
p { color: rgb(1,82,148); }
H1.HeaderClassName
{
color: #015294;
}
.AnyTagClassName
{
color: #015294;
}
</style>
background-color css
<style>
a { background-color: #015294; }
a { background-color: rgb(1,82,148); }
div.DivClassName
{
background-color: #015294;
}
.BgClassName
{
background-color: #015294;
}
</style>
border-color css
<style>
span { border-color: #015294; }
span { border-color: rgb(1,82,148); }
td.TdClassName
{
border-color: #015294;
}
.TagClassName
{
border-color: #015294;
}
</style>