Shades of Dark Cerulean #01457B
Tints of Dark Cerulean #01457B
RGB
CMYK
RGB Variations
Color information
#01457B (or 0x01457B) is known color: Dark Cerulean. HEX triplet: 01, 45 and 7B. RGB value is (1,69,123). Sum of RGB (Red+Green+Blue) = 1+69+123=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #01457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01457B is #FEBA84. Grayscale: #363636. Windows color (decimal): -16693893 or 8078593. OLE color: 8078593.
HSL color Cylindrical-coordinate representation of color #01457B: hue angle of 206.56º 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 #01457B is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 69 | 123 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.52 |
| HSL | 206.56º | 0.98% | 0.24% | - |
| HSV(B) | 206.56º | 0.99% | 0.48% | - |
| XYZ | 5.72 | 5.69 | 19.54 | - |
| YUV | 54.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 123 | 0.99 | 0.44 | 0 | 0.52 | 206.56 | 0.98 | 0.24 |
| Hex | 1 | 45 | 7B | 63 | 2C | 0 | 34 | CF | 62 | 18 |
| Octal | 1 | 105 | 173 | 143 | 54 | 0 | 64 | 317 | 142 | 30 |
| Binary | 1 | 1000101 | 1111011 | 1100011 | 101100 | 0 | 110100 | 11001111 | 1100010 | 11000 |
Color Harmonies of #01457B
Complementary color
Monochromatic Colors of #01457B
Black with #01457B
Text Example
Text Example
White with #01457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01457B; }
p { color: rgb(1,69,123); }
H1.HeaderClassName
{
color: #01457B;
}
.AnyTagClassName
{
color: #01457B;
}
</style>
background-color css
<style>
a { background-color: #01457B; }
a { background-color: rgb(1,69,123); }
div.DivClassName
{
background-color: #01457B;
}
.BgClassName
{
background-color: #01457B;
}
</style>
border-color css
<style>
span { border-color: #01457B; }
span { border-color: rgb(1,69,123); }
td.TdClassName
{
border-color: #01457B;
}
.TagClassName
{
border-color: #01457B;
}
</style>