Shades of Dark Cerulean #013483
Tints of Dark Cerulean #013483
RGB
CMYK
RGB Variations
Color information
#013483 (or 0x013483) is known color: Dark Cerulean. HEX triplet: 01, 34 and 83. RGB value is (1,52,131). Sum of RGB (Red+Green+Blue) = 1+52+131=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #013483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013483 is #FECB7C. Grayscale: #2D2D2D. Windows color (decimal): -16698237 or 8598529. OLE color: 8598529.
HSL color Cylindrical-coordinate representation of color #013483: hue angle of 216.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013483 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 52 | 131 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.49 |
| HSL | 216.46º | 0.98% | 0.26% | - |
| HSV(B) | 216.46º | 0.99% | 0.51% | - |
| XYZ | 5.34 | 4.1 | 21.98 | - |
| YUV | 45.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 131 | 0.99 | 0.60 | 0 | 0.49 | 216.46 | 0.98 | 0.26 |
| Hex | 1 | 34 | 83 | 63 | 3C | 0 | 31 | D8 | 62 | 1A |
| Octal | 1 | 64 | 203 | 143 | 74 | 0 | 61 | 330 | 142 | 32 |
| Binary | 1 | 110100 | 10000011 | 1100011 | 111100 | 0 | 110001 | 11011000 | 1100010 | 11010 |
Color Harmonies of #013483
Complementary color
Monochromatic Colors of #013483
Black with #013483
Text Example
Text Example
White with #013483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013483; }
p { color: rgb(1,52,131); }
H1.HeaderClassName
{
color: #013483;
}
.AnyTagClassName
{
color: #013483;
}
</style>
background-color css
<style>
a { background-color: #013483; }
a { background-color: rgb(1,52,131); }
div.DivClassName
{
background-color: #013483;
}
.BgClassName
{
background-color: #013483;
}
</style>
border-color css
<style>
span { border-color: #013483; }
span { border-color: rgb(1,52,131); }
td.TdClassName
{
border-color: #013483;
}
.TagClassName
{
border-color: #013483;
}
</style>