Shades of Dark Cerulean #01438D
Tints of Dark Cerulean #01438D
RGB
CMYK
RGB Variations
Color information
#01438D (or 0x01438D) is known color: Dark Cerulean. HEX triplet: 01, 43 and 8D. RGB value is (1,67,141). Sum of RGB (Red+Green+Blue) = 1+67+141=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #01438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01438D is #FEBC72. Grayscale: #373737. Windows color (decimal): -16694387 or 9257729. OLE color: 9257729.
HSL color Cylindrical-coordinate representation of color #01438D: hue angle of 211.71º 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 #01438D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 67 | 141 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.45 |
| HSL | 211.71º | 0.99% | 0.28% | - |
| HSV(B) | 211.71º | 0.99% | 0.55% | - |
| XYZ | 6.83 | 5.94 | 25.99 | - |
| YUV | 55.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 141 | 0.99 | 0.52 | 0 | 0.45 | 211.71 | 0.99 | 0.28 |
| Hex | 1 | 43 | 8D | 63 | 34 | 0 | 2D | D4 | 63 | 1C |
| Octal | 1 | 103 | 215 | 143 | 64 | 0 | 55 | 324 | 143 | 34 |
| Binary | 1 | 1000011 | 10001101 | 1100011 | 110100 | 0 | 101101 | 11010100 | 1100011 | 11100 |
Color Harmonies of #01438D
Complementary color
Monochromatic Colors of #01438D
Black with #01438D
Text Example
Text Example
White with #01438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01438D; }
p { color: rgb(1,67,141); }
H1.HeaderClassName
{
color: #01438D;
}
.AnyTagClassName
{
color: #01438D;
}
</style>
background-color css
<style>
a { background-color: #01438D; }
a { background-color: rgb(1,67,141); }
div.DivClassName
{
background-color: #01438D;
}
.BgClassName
{
background-color: #01438D;
}
</style>
border-color css
<style>
span { border-color: #01438D; }
span { border-color: rgb(1,67,141); }
td.TdClassName
{
border-color: #01438D;
}
.TagClassName
{
border-color: #01438D;
}
</style>