Shades of Dark Cerulean #013280
Tints of Dark Cerulean #013280
RGB
CMYK
RGB Variations
Color information
#013280 (or 0x013280) is known color: Dark Cerulean. HEX triplet: 01, 32 and 80. RGB value is (1,50,128). Sum of RGB (Red+Green+Blue) = 1+50+128=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #013280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013280 is #FECD7F. Grayscale: #2B2B2B. Windows color (decimal): -16698752 or 8401409. OLE color: 8401409.
HSL color Cylindrical-coordinate representation of color #013280: hue angle of 216.85º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013280 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 50 | 128 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.50 |
| HSL | 216.85º | 0.98% | 0.25% | - |
| HSV(B) | 216.85º | 0.99% | 0.5% | - |
| XYZ | 5.05 | 3.85 | 20.9 | - |
| YUV | 44.24 | 175.27 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 128 | 0.99 | 0.61 | 0 | 0.50 | 216.85 | 0.98 | 0.25 |
| Hex | 1 | 32 | 80 | 63 | 3D | 0 | 32 | D9 | 62 | 19 |
| Octal | 1 | 62 | 200 | 143 | 75 | 0 | 62 | 331 | 142 | 31 |
| Binary | 1 | 110010 | 10000000 | 1100011 | 111101 | 0 | 110010 | 11011001 | 1100010 | 11001 |
Color Harmonies of #013280
Complementary color
Monochromatic Colors of #013280
Black with #013280
Text Example
Text Example
White with #013280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013280; }
p { color: rgb(1,50,128); }
H1.HeaderClassName
{
color: #013280;
}
.AnyTagClassName
{
color: #013280;
}
</style>
background-color css
<style>
a { background-color: #013280; }
a { background-color: rgb(1,50,128); }
div.DivClassName
{
background-color: #013280;
}
.BgClassName
{
background-color: #013280;
}
</style>
border-color css
<style>
span { border-color: #013280; }
span { border-color: rgb(1,50,128); }
td.TdClassName
{
border-color: #013280;
}
.TagClassName
{
border-color: #013280;
}
</style>