Shades of Dark Cerulean #014282
Tints of Dark Cerulean #014282
RGB
CMYK
RGB Variations
Color information
#014282 (or 0x014282) is known color: Dark Cerulean. HEX triplet: 01, 42 and 82. RGB value is (1,66,130). Sum of RGB (Red+Green+Blue) = 1+66+130=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #014282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014282 is #FEBD7D. Grayscale: #353535. Windows color (decimal): -16694654 or 8536577. OLE color: 8536577.
HSL color Cylindrical-coordinate representation of color #014282: hue angle of 209.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014282 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 66 | 130 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.49 |
| HSL | 209.77º | 0.98% | 0.26% | - |
| HSV(B) | 209.77º | 0.99% | 0.51% | - |
| XYZ | 5.99 | 5.51 | 21.87 | - |
| YUV | 53.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 130 | 0.99 | 0.49 | 0 | 0.49 | 209.77 | 0.98 | 0.26 |
| Hex | 1 | 42 | 82 | 63 | 31 | 0 | 31 | D2 | 62 | 1A |
| Octal | 1 | 102 | 202 | 143 | 61 | 0 | 61 | 322 | 142 | 32 |
| Binary | 1 | 1000010 | 10000010 | 1100011 | 110001 | 0 | 110001 | 11010010 | 1100010 | 11010 |
Color Harmonies of #014282
Complementary color
Monochromatic Colors of #014282
Black with #014282
Text Example
Text Example
White with #014282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014282; }
p { color: rgb(1,66,130); }
H1.HeaderClassName
{
color: #014282;
}
.AnyTagClassName
{
color: #014282;
}
</style>
background-color css
<style>
a { background-color: #014282; }
a { background-color: rgb(1,66,130); }
div.DivClassName
{
background-color: #014282;
}
.BgClassName
{
background-color: #014282;
}
</style>
border-color css
<style>
span { border-color: #014282; }
span { border-color: rgb(1,66,130); }
td.TdClassName
{
border-color: #014282;
}
.TagClassName
{
border-color: #014282;
}
</style>