Shades of Dark Cerulean #014281
Tints of Dark Cerulean #014281
RGB
CMYK
RGB Variations
Color information
#014281 (or 0x014281) is known color: Dark Cerulean. HEX triplet: 01, 42 and 81. RGB value is (1,66,129). Sum of RGB (Red+Green+Blue) = 1+66+129=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #014281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014281 is #FEBD7E. Grayscale: #353535. Windows color (decimal): -16694655 or 8471041. OLE color: 8471041.
HSL color Cylindrical-coordinate representation of color #014281: hue angle of 209.53º 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 #014281 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 66 | 129 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.49 |
| HSL | 209.53º | 0.98% | 0.25% | - |
| HSV(B) | 209.53º | 0.99% | 0.51% | - |
| XYZ | 5.92 | 5.49 | 21.52 | - |
| YUV | 53.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 129 | 0.99 | 0.49 | 0 | 0.49 | 209.53 | 0.98 | 0.25 |
| Hex | 1 | 42 | 81 | 63 | 31 | 0 | 31 | D2 | 62 | 19 |
| Octal | 1 | 102 | 201 | 143 | 61 | 0 | 61 | 322 | 142 | 31 |
| Binary | 1 | 1000010 | 10000001 | 1100011 | 110001 | 0 | 110001 | 11010010 | 1100010 | 11001 |
Color Harmonies of #014281
Complementary color
Monochromatic Colors of #014281
Black with #014281
Text Example
Text Example
White with #014281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014281; }
p { color: rgb(1,66,129); }
H1.HeaderClassName
{
color: #014281;
}
.AnyTagClassName
{
color: #014281;
}
</style>
background-color css
<style>
a { background-color: #014281; }
a { background-color: rgb(1,66,129); }
div.DivClassName
{
background-color: #014281;
}
.BgClassName
{
background-color: #014281;
}
</style>
border-color css
<style>
span { border-color: #014281; }
span { border-color: rgb(1,66,129); }
td.TdClassName
{
border-color: #014281;
}
.TagClassName
{
border-color: #014281;
}
</style>