Shades of Dark Cerulean #01367A
Tints of Dark Cerulean #01367A
RGB
CMYK
RGB Variations
Color information
#01367A (or 0x01367A) is known color: Dark Cerulean. HEX triplet: 01, 36 and 7A. RGB value is (1,54,122). Sum of RGB (Red+Green+Blue) = 1+54+122=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #01367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367A is #FEC985. Grayscale: #2D2D2D. Windows color (decimal): -16697734 or 8009217. OLE color: 8009217.
HSL color Cylindrical-coordinate representation of color #01367A: hue angle of 213.72º 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 #01367A is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 54 | 122 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.52 |
| HSL | 213.72º | 0.98% | 0.24% | - |
| HSV(B) | 213.72º | 0.99% | 0.48% | - |
| XYZ | 4.84 | 4.05 | 18.94 | - |
| YUV | 45.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 122 | 0.99 | 0.56 | 0 | 0.52 | 213.72 | 0.98 | 0.24 |
| Hex | 1 | 36 | 7A | 63 | 38 | 0 | 34 | D6 | 62 | 18 |
| Octal | 1 | 66 | 172 | 143 | 70 | 0 | 64 | 326 | 142 | 30 |
| Binary | 1 | 110110 | 1111010 | 1100011 | 111000 | 0 | 110100 | 11010110 | 1100010 | 11000 |
Color Harmonies of #01367A
Complementary color
Monochromatic Colors of #01367A
Black with #01367A
Text Example
Text Example
White with #01367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01367A; }
p { color: rgb(1,54,122); }
H1.HeaderClassName
{
color: #01367A;
}
.AnyTagClassName
{
color: #01367A;
}
</style>
background-color css
<style>
a { background-color: #01367A; }
a { background-color: rgb(1,54,122); }
div.DivClassName
{
background-color: #01367A;
}
.BgClassName
{
background-color: #01367A;
}
</style>
border-color css
<style>
span { border-color: #01367A; }
span { border-color: rgb(1,54,122); }
td.TdClassName
{
border-color: #01367A;
}
.TagClassName
{
border-color: #01367A;
}
</style>