Shades of Dark Cerulean #014181
Tints of Dark Cerulean #014181
RGB
CMYK
RGB Variations
Color information
#014181 (or 0x014181) is known color: Dark Cerulean. HEX triplet: 01, 41 and 81. RGB value is (1,65,129). Sum of RGB (Red+Green+Blue) = 1+65+129=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #014181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014181 is #FEBE7E. Grayscale: #343434. Windows color (decimal): -16694911 or 8470785. OLE color: 8470785.
HSL color Cylindrical-coordinate representation of color #014181: hue angle of 210º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014181 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 65 | 129 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.49 |
| HSL | 210º | 0.98% | 0.25% | - |
| HSV(B) | 210º | 0.99% | 0.51% | - |
| XYZ | 5.87 | 5.37 | 21.5 | - |
| YUV | 53.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 129 | 0.99 | 0.50 | 0 | 0.49 | 210 | 0.98 | 0.25 |
| Hex | 1 | 41 | 81 | 63 | 32 | 0 | 31 | D2 | 62 | 19 |
| Octal | 1 | 101 | 201 | 143 | 62 | 0 | 61 | 322 | 142 | 31 |
| Binary | 1 | 1000001 | 10000001 | 1100011 | 110010 | 0 | 110001 | 11010010 | 1100010 | 11001 |
Color Harmonies of #014181
Complementary color
Monochromatic Colors of #014181
Black with #014181
Text Example
Text Example
White with #014181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014181; }
p { color: rgb(1,65,129); }
H1.HeaderClassName
{
color: #014181;
}
.AnyTagClassName
{
color: #014181;
}
</style>
background-color css
<style>
a { background-color: #014181; }
a { background-color: rgb(1,65,129); }
div.DivClassName
{
background-color: #014181;
}
.BgClassName
{
background-color: #014181;
}
</style>
border-color css
<style>
span { border-color: #014181; }
span { border-color: rgb(1,65,129); }
td.TdClassName
{
border-color: #014181;
}
.TagClassName
{
border-color: #014181;
}
</style>