Shades of Dark Cerulean #013E85
Tints of Dark Cerulean #013E85
RGB
CMYK
RGB Variations
Color information
#013E85 (or 0x013E85) is known color: Dark Cerulean. HEX triplet: 01, 3E and 85. RGB value is (1,62,133). Sum of RGB (Red+Green+Blue) = 1+62+133=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #013E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E85 is #FEC17A. Grayscale: #333333. Windows color (decimal): -16695675 or 8732161. OLE color: 8732161.
HSL color Cylindrical-coordinate representation of color #013E85: hue angle of 212.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E85 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 62 | 133 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.48 |
| HSL | 212.27º | 0.99% | 0.26% | - |
| HSV(B) | 212.27º | 0.99% | 0.52% | - |
| XYZ | 5.97 | 5.15 | 22.87 | - |
| YUV | 51.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 133 | 0.99 | 0.53 | 0 | 0.48 | 212.27 | 0.99 | 0.26 |
| Hex | 1 | 3E | 85 | 63 | 35 | 0 | 30 | D4 | 63 | 1A |
| Octal | 1 | 76 | 205 | 143 | 65 | 0 | 60 | 324 | 143 | 32 |
| Binary | 1 | 111110 | 10000101 | 1100011 | 110101 | 0 | 110000 | 11010100 | 1100011 | 11010 |
Color Harmonies of #013E85
Complementary color
Monochromatic Colors of #013E85
Black with #013E85
Text Example
Text Example
White with #013E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E85; }
p { color: rgb(1,62,133); }
H1.HeaderClassName
{
color: #013E85;
}
.AnyTagClassName
{
color: #013E85;
}
</style>
background-color css
<style>
a { background-color: #013E85; }
a { background-color: rgb(1,62,133); }
div.DivClassName
{
background-color: #013E85;
}
.BgClassName
{
background-color: #013E85;
}
</style>
border-color css
<style>
span { border-color: #013E85; }
span { border-color: rgb(1,62,133); }
td.TdClassName
{
border-color: #013E85;
}
.TagClassName
{
border-color: #013E85;
}
</style>