Shades of Dark Cerulean #015394
Tints of Dark Cerulean #015394
RGB
CMYK
RGB Variations
Color information
#015394 (or 0x015394) is known color: Dark Cerulean. HEX triplet: 01, 53 and 94. RGB value is (1,83,148). Sum of RGB (Red+Green+Blue) = 1+83+148=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #015394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015394 is #FEAC6B. Grayscale: #414141. Windows color (decimal): -16690284 or 9720577. OLE color: 9720577.
HSL color Cylindrical-coordinate representation of color #015394: hue angle of 206.53º 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 #015394 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 83 | 148 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.42 |
| HSL | 206.53º | 0.99% | 0.29% | - |
| HSV(B) | 206.53º | 0.99% | 0.58% | - |
| XYZ | 8.45 | 8.33 | 29.18 | - |
| YUV | 65.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 148 | 0.99 | 0.44 | 0 | 0.42 | 206.53 | 0.99 | 0.29 |
| Hex | 1 | 53 | 94 | 63 | 2C | 0 | 2A | CF | 63 | 1D |
| Octal | 1 | 123 | 224 | 143 | 54 | 0 | 52 | 317 | 143 | 35 |
| Binary | 1 | 1010011 | 10010100 | 1100011 | 101100 | 0 | 101010 | 11001111 | 1100011 | 11101 |
Color Harmonies of #015394
Complementary color
Monochromatic Colors of #015394
Black with #015394
Text Example
Text Example
White with #015394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015394; }
p { color: rgb(1,83,148); }
H1.HeaderClassName
{
color: #015394;
}
.AnyTagClassName
{
color: #015394;
}
</style>
background-color css
<style>
a { background-color: #015394; }
a { background-color: rgb(1,83,148); }
div.DivClassName
{
background-color: #015394;
}
.BgClassName
{
background-color: #015394;
}
</style>
border-color css
<style>
span { border-color: #015394; }
span { border-color: rgb(1,83,148); }
td.TdClassName
{
border-color: #015394;
}
.TagClassName
{
border-color: #015394;
}
</style>