Shades of Dark Cerulean #014F7C
Tints of Dark Cerulean #014F7C
RGB
CMYK
RGB Variations
Color information
#014F7C (or 0x014F7C) is known color: Dark Cerulean. HEX triplet: 01, 4F and 7C. RGB value is (1,79,124). Sum of RGB (Red+Green+Blue) = 1+79+124=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #014F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F7C is #FEB083. Grayscale: #3C3C3C. Windows color (decimal): -16691332 or 8146689. OLE color: 8146689.
HSL color Cylindrical-coordinate representation of color #014F7C: hue angle of 201.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F7C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 79 | 124 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.51 |
| HSL | 201.95º | 0.98% | 0.25% | - |
| HSV(B) | 201.95º | 0.99% | 0.49% | - |
| XYZ | 6.45 | 7.05 | 20.09 | - |
| YUV | 60.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 124 | 0.99 | 0.36 | 0 | 0.51 | 201.95 | 0.98 | 0.25 |
| Hex | 1 | 4F | 7C | 63 | 24 | 0 | 33 | CA | 62 | 19 |
| Octal | 1 | 117 | 174 | 143 | 44 | 0 | 63 | 312 | 142 | 31 |
| Binary | 1 | 1001111 | 1111100 | 1100011 | 100100 | 0 | 110011 | 11001010 | 1100010 | 11001 |
Color Harmonies of #014F7C
Complementary color
Monochromatic Colors of #014F7C
Black with #014F7C
Text Example
Text Example
White with #014F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F7C; }
p { color: rgb(1,79,124); }
H1.HeaderClassName
{
color: #014F7C;
}
.AnyTagClassName
{
color: #014F7C;
}
</style>
background-color css
<style>
a { background-color: #014F7C; }
a { background-color: rgb(1,79,124); }
div.DivClassName
{
background-color: #014F7C;
}
.BgClassName
{
background-color: #014F7C;
}
</style>
border-color css
<style>
span { border-color: #014F7C; }
span { border-color: rgb(1,79,124); }
td.TdClassName
{
border-color: #014F7C;
}
.TagClassName
{
border-color: #014F7C;
}
</style>