Shades of Dark Cerulean #003483
Tints of Dark Cerulean #003483
RGB
CMYK
RGB Variations
Color information
#003483 (or 0x003483) is known color: Dark Cerulean. HEX triplet: 00, 34 and 83. RGB value is (0,52,131). Sum of RGB (Red+Green+Blue) = 0+52+131=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #003483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003483 is #FFCB7C. Grayscale: #2D2D2D. Windows color (decimal): -16763773 or 8598528. OLE color: 8598528.
HSL color Cylindrical-coordinate representation of color #003483: hue angle of 216.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003483 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 52 | 131 | - |
| CMYK | 1 | 0.60 | 0 | 0.49 |
| HSL | 216.18º | 1% | 0.26% | - |
| HSV(B) | 216.18º | 1% | 0.51% | - |
| XYZ | 5.32 | 4.09 | 21.98 | - |
| YUV | 45.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 131 | 1 | 0.60 | 0 | 0.49 | 216.18 | 1 | 0.26 |
| Hex | 0 | 34 | 83 | 64 | 3C | 0 | 31 | D8 | 64 | 1A |
| Octal | 0 | 64 | 203 | 144 | 74 | 0 | 61 | 330 | 144 | 32 |
| Binary | 0 | 110100 | 10000011 | 1100100 | 111100 | 0 | 110001 | 11011000 | 1100100 | 11010 |
Color Harmonies of #003483
Complementary color
Monochromatic Colors of #003483
Black with #003483
Text Example
Text Example
White with #003483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003483; }
p { color: rgb(0,52,131); }
H1.HeaderClassName
{
color: #003483;
}
.AnyTagClassName
{
color: #003483;
}
</style>
background-color css
<style>
a { background-color: #003483; }
a { background-color: rgb(0,52,131); }
div.DivClassName
{
background-color: #003483;
}
.BgClassName
{
background-color: #003483;
}
</style>
border-color css
<style>
span { border-color: #003483; }
span { border-color: rgb(0,52,131); }
td.TdClassName
{
border-color: #003483;
}
.TagClassName
{
border-color: #003483;
}
</style>