Shades of Dark Cerulean #01448C
Tints of Dark Cerulean #01448C
RGB
CMYK
RGB Variations
Color information
#01448C (or 0x01448C) is known color: Dark Cerulean. HEX triplet: 01, 44 and 8C. RGB value is (1,68,140). Sum of RGB (Red+Green+Blue) = 1+68+140=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #01448C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01448C is #FEBB73. Grayscale: #373737. Windows color (decimal): -16694132 or 9192449. OLE color: 9192449.
HSL color Cylindrical-coordinate representation of color #01448C: hue angle of 211.08º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01448C is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 68 | 140 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.45 |
| HSL | 211.08º | 0.99% | 0.28% | - |
| HSV(B) | 211.08º | 0.99% | 0.55% | - |
| XYZ | 6.81 | 6.03 | 25.62 | - |
| YUV | 56.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 140 | 0.99 | 0.51 | 0 | 0.45 | 211.08 | 0.99 | 0.28 |
| Hex | 1 | 44 | 8C | 63 | 33 | 0 | 2D | D3 | 63 | 1C |
| Octal | 1 | 104 | 214 | 143 | 63 | 0 | 55 | 323 | 143 | 34 |
| Binary | 1 | 1000100 | 10001100 | 1100011 | 110011 | 0 | 101101 | 11010011 | 1100011 | 11100 |
Color Harmonies of #01448C
Complementary color
Monochromatic Colors of #01448C
Black with #01448C
Text Example
Text Example
White with #01448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01448C; }
p { color: rgb(1,68,140); }
H1.HeaderClassName
{
color: #01448C;
}
.AnyTagClassName
{
color: #01448C;
}
</style>
background-color css
<style>
a { background-color: #01448C; }
a { background-color: rgb(1,68,140); }
div.DivClassName
{
background-color: #01448C;
}
.BgClassName
{
background-color: #01448C;
}
</style>
border-color css
<style>
span { border-color: #01448C; }
span { border-color: rgb(1,68,140); }
td.TdClassName
{
border-color: #01448C;
}
.TagClassName
{
border-color: #01448C;
}
</style>