Shades of Dark Cerulean #01357A
Tints of Dark Cerulean #01357A
RGB
CMYK
RGB Variations
Color information
#01357A (or 0x01357A) is known color: Dark Cerulean. HEX triplet: 01, 35 and 7A. RGB value is (1,53,122). Sum of RGB (Red+Green+Blue) = 1+53+122=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #01357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01357A is #FECA85. Grayscale: #2C2C2C. Windows color (decimal): -16697990 or 8008961. OLE color: 8008961.
HSL color Cylindrical-coordinate representation of color #01357A: hue angle of 214.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01357A is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 53 | 122 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.52 |
| HSL | 214.21º | 0.98% | 0.24% | - |
| HSV(B) | 214.21º | 0.99% | 0.48% | - |
| XYZ | 4.8 | 3.96 | 18.92 | - |
| YUV | 45.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 122 | 0.99 | 0.57 | 0 | 0.52 | 214.21 | 0.98 | 0.24 |
| Hex | 1 | 35 | 7A | 63 | 39 | 0 | 34 | D6 | 62 | 18 |
| Octal | 1 | 65 | 172 | 143 | 71 | 0 | 64 | 326 | 142 | 30 |
| Binary | 1 | 110101 | 1111010 | 1100011 | 111001 | 0 | 110100 | 11010110 | 1100010 | 11000 |
Color Harmonies of #01357A
Complementary color
Monochromatic Colors of #01357A
Black with #01357A
Text Example
Text Example
White with #01357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01357A; }
p { color: rgb(1,53,122); }
H1.HeaderClassName
{
color: #01357A;
}
.AnyTagClassName
{
color: #01357A;
}
</style>
background-color css
<style>
a { background-color: #01357A; }
a { background-color: rgb(1,53,122); }
div.DivClassName
{
background-color: #01357A;
}
.BgClassName
{
background-color: #01357A;
}
</style>
border-color css
<style>
span { border-color: #01357A; }
span { border-color: rgb(1,53,122); }
td.TdClassName
{
border-color: #01357A;
}
.TagClassName
{
border-color: #01357A;
}
</style>