Shades of Dark Cerulean #014172
Tints of Dark Cerulean #014172
RGB
CMYK
RGB Variations
Color information
#014172 (or 0x014172) is known color: Dark Cerulean. HEX triplet: 01, 41 and 72. RGB value is (1,65,114). Sum of RGB (Red+Green+Blue) = 1+65+114=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #014172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014172 is #FEBE8D. Grayscale: #333333. Windows color (decimal): -16694926 or 7487745. OLE color: 7487745.
HSL color Cylindrical-coordinate representation of color #014172: hue angle of 206.02º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014172 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 65 | 114 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.55 |
| HSL | 206.02º | 0.98% | 0.23% | - |
| HSV(B) | 206.02º | 0.99% | 0.45% | - |
| XYZ | 4.94 | 5 | 16.62 | - |
| YUV | 51.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 114 | 0.99 | 0.43 | 0 | 0.55 | 206.02 | 0.98 | 0.23 |
| Hex | 1 | 41 | 72 | 63 | 2B | 0 | 37 | CE | 62 | 17 |
| Octal | 1 | 101 | 162 | 143 | 53 | 0 | 67 | 316 | 142 | 27 |
| Binary | 1 | 1000001 | 1110010 | 1100011 | 101011 | 0 | 110111 | 11001110 | 1100010 | 10111 |
Color Harmonies of #014172
Complementary color
Monochromatic Colors of #014172
Black with #014172
Text Example
Text Example
White with #014172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014172; }
p { color: rgb(1,65,114); }
H1.HeaderClassName
{
color: #014172;
}
.AnyTagClassName
{
color: #014172;
}
</style>
background-color css
<style>
a { background-color: #014172; }
a { background-color: rgb(1,65,114); }
div.DivClassName
{
background-color: #014172;
}
.BgClassName
{
background-color: #014172;
}
</style>
border-color css
<style>
span { border-color: #014172; }
span { border-color: rgb(1,65,114); }
td.TdClassName
{
border-color: #014172;
}
.TagClassName
{
border-color: #014172;
}
</style>