Shades of Dark Cerulean #014381
Tints of Dark Cerulean #014381
RGB
CMYK
RGB Variations
Color information
#014381 (or 0x014381) is known color: Dark Cerulean. HEX triplet: 01, 43 and 81. RGB value is (1,67,129). Sum of RGB (Red+Green+Blue) = 1+67+129=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #014381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014381 is #FEBC7E. Grayscale: #363636. Windows color (decimal): -16694399 or 8471297. OLE color: 8471297.
HSL color Cylindrical-coordinate representation of color #014381: hue angle of 209.06º 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 #014381 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 67 | 129 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.49 |
| HSL | 209.06º | 0.98% | 0.25% | - |
| HSV(B) | 209.06º | 0.99% | 0.51% | - |
| XYZ | 5.98 | 5.61 | 21.54 | - |
| YUV | 54.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 129 | 0.99 | 0.48 | 0 | 0.49 | 209.06 | 0.98 | 0.25 |
| Hex | 1 | 43 | 81 | 63 | 30 | 0 | 31 | D1 | 62 | 19 |
| Octal | 1 | 103 | 201 | 143 | 60 | 0 | 61 | 321 | 142 | 31 |
| Binary | 1 | 1000011 | 10000001 | 1100011 | 110000 | 0 | 110001 | 11010001 | 1100010 | 11001 |
Color Harmonies of #014381
Complementary color
Monochromatic Colors of #014381
Black with #014381
Text Example
Text Example
White with #014381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014381; }
p { color: rgb(1,67,129); }
H1.HeaderClassName
{
color: #014381;
}
.AnyTagClassName
{
color: #014381;
}
</style>
background-color css
<style>
a { background-color: #014381; }
a { background-color: rgb(1,67,129); }
div.DivClassName
{
background-color: #014381;
}
.BgClassName
{
background-color: #014381;
}
</style>
border-color css
<style>
span { border-color: #014381; }
span { border-color: rgb(1,67,129); }
td.TdClassName
{
border-color: #014381;
}
.TagClassName
{
border-color: #014381;
}
</style>