Shades of Dark Cerulean #01456C
Tints of Dark Cerulean #01456C
RGB
CMYK
RGB Variations
Color information
#01456C (or 0x01456C) is known color: Dark Cerulean. HEX triplet: 01, 45 and 6C. RGB value is (1,69,108). Sum of RGB (Red+Green+Blue) = 1+69+108=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #01456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01456C is #FEBA93. Grayscale: #343434. Windows color (decimal): -16693908 or 7095553. OLE color: 7095553.
HSL color Cylindrical-coordinate representation of color #01456C: hue angle of 201.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01456C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 69 | 108 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.58 |
| HSL | 201.87º | 0.98% | 0.21% | - |
| HSV(B) | 201.87º | 0.99% | 0.42% | - |
| XYZ | 4.85 | 5.35 | 14.96 | - |
| YUV | 53.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 108 | 0.99 | 0.36 | 0 | 0.58 | 201.87 | 0.98 | 0.21 |
| Hex | 1 | 45 | 6C | 63 | 24 | 0 | 3A | CA | 62 | 15 |
| Octal | 1 | 105 | 154 | 143 | 44 | 0 | 72 | 312 | 142 | 25 |
| Binary | 1 | 1000101 | 1101100 | 1100011 | 100100 | 0 | 111010 | 11001010 | 1100010 | 10101 |
Color Harmonies of #01456C
Complementary color
Monochromatic Colors of #01456C
Black with #01456C
Text Example
Text Example
White with #01456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01456C; }
p { color: rgb(1,69,108); }
H1.HeaderClassName
{
color: #01456C;
}
.AnyTagClassName
{
color: #01456C;
}
</style>
background-color css
<style>
a { background-color: #01456C; }
a { background-color: rgb(1,69,108); }
div.DivClassName
{
background-color: #01456C;
}
.BgClassName
{
background-color: #01456C;
}
</style>
border-color css
<style>
span { border-color: #01456C; }
span { border-color: rgb(1,69,108); }
td.TdClassName
{
border-color: #01456C;
}
.TagClassName
{
border-color: #01456C;
}
</style>