Shades of Dark Cerulean #014180
Tints of Dark Cerulean #014180
RGB
CMYK
RGB Variations
Color information
#014180 (or 0x014180) is known color: Dark Cerulean. HEX triplet: 01, 41 and 80. RGB value is (1,65,128). Sum of RGB (Red+Green+Blue) = 1+65+128=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #014180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014180 is #FEBE7F. Grayscale: #343434. Windows color (decimal): -16694912 or 8405249. OLE color: 8405249.
HSL color Cylindrical-coordinate representation of color #014180: hue angle of 209.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014180 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 65 | 128 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.50 |
| HSL | 209.76º | 0.98% | 0.25% | - |
| HSV(B) | 209.76º | 0.99% | 0.5% | - |
| XYZ | 5.8 | 5.35 | 21.15 | - |
| YUV | 53.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 128 | 0.99 | 0.49 | 0 | 0.50 | 209.76 | 0.98 | 0.25 |
| Hex | 1 | 41 | 80 | 63 | 31 | 0 | 32 | D2 | 62 | 19 |
| Octal | 1 | 101 | 200 | 143 | 61 | 0 | 62 | 322 | 142 | 31 |
| Binary | 1 | 1000001 | 10000000 | 1100011 | 110001 | 0 | 110010 | 11010010 | 1100010 | 11001 |
Color Harmonies of #014180
Complementary color
Monochromatic Colors of #014180
Black with #014180
Text Example
Text Example
White with #014180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014180; }
p { color: rgb(1,65,128); }
H1.HeaderClassName
{
color: #014180;
}
.AnyTagClassName
{
color: #014180;
}
</style>
background-color css
<style>
a { background-color: #014180; }
a { background-color: rgb(1,65,128); }
div.DivClassName
{
background-color: #014180;
}
.BgClassName
{
background-color: #014180;
}
</style>
border-color css
<style>
span { border-color: #014180; }
span { border-color: rgb(1,65,128); }
td.TdClassName
{
border-color: #014180;
}
.TagClassName
{
border-color: #014180;
}
</style>