Shades of Dark Cerulean #014A68
Tints of Dark Cerulean #014A68
RGB
CMYK
RGB Variations
Color information
#014A68 (or 0x014A68) is known color: Dark Cerulean. HEX triplet: 01, 4A and 68. RGB value is (1,74,104). Sum of RGB (Red+Green+Blue) = 1+74+104=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #014A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A68 is #FEB597. Grayscale: #373737. Windows color (decimal): -16692632 or 6834689. OLE color: 6834689.
HSL color Cylindrical-coordinate representation of color #014A68: hue angle of 197.48º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A68 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 74 | 104 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.59 |
| HSL | 197.48º | 0.98% | 0.21% | - |
| HSV(B) | 197.48º | 0.99% | 0.41% | - |
| XYZ | 4.96 | 5.9 | 13.97 | - |
| YUV | 55.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 104 | 0.99 | 0.29 | 0 | 0.59 | 197.48 | 0.98 | 0.21 |
| Hex | 1 | 4A | 68 | 63 | 1D | 0 | 3B | C5 | 62 | 15 |
| Octal | 1 | 112 | 150 | 143 | 35 | 0 | 73 | 305 | 142 | 25 |
| Binary | 1 | 1001010 | 1101000 | 1100011 | 11101 | 0 | 111011 | 11000101 | 1100010 | 10101 |
Color Harmonies of #014A68
Complementary color
Monochromatic Colors of #014A68
Black with #014A68
Text Example
Text Example
White with #014A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A68; }
p { color: rgb(1,74,104); }
H1.HeaderClassName
{
color: #014A68;
}
.AnyTagClassName
{
color: #014A68;
}
</style>
background-color css
<style>
a { background-color: #014A68; }
a { background-color: rgb(1,74,104); }
div.DivClassName
{
background-color: #014A68;
}
.BgClassName
{
background-color: #014A68;
}
</style>
border-color css
<style>
span { border-color: #014A68; }
span { border-color: rgb(1,74,104); }
td.TdClassName
{
border-color: #014A68;
}
.TagClassName
{
border-color: #014A68;
}
</style>