Shades of Dark Cerulean #014B7F
Tints of Dark Cerulean #014B7F
RGB
CMYK
RGB Variations
Color information
#014B7F (or 0x014B7F) is known color: Dark Cerulean. HEX triplet: 01, 4B and 7F. RGB value is (1,75,127). Sum of RGB (Red+Green+Blue) = 1+75+127=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #014B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B7F is #FEB480. Grayscale: #3A3A3A. Windows color (decimal): -16692353 or 8342273. OLE color: 8342273.
HSL color Cylindrical-coordinate representation of color #014B7F: hue angle of 204.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B7F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 75 | 127 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.50 |
| HSL | 204.76º | 0.98% | 0.25% | - |
| HSV(B) | 204.76º | 0.99% | 0.5% | - |
| XYZ | 6.36 | 6.57 | 21.01 | - |
| YUV | 58.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 127 | 0.99 | 0.41 | 0 | 0.50 | 204.76 | 0.98 | 0.25 |
| Hex | 1 | 4B | 7F | 63 | 29 | 0 | 32 | CD | 62 | 19 |
| Octal | 1 | 113 | 177 | 143 | 51 | 0 | 62 | 315 | 142 | 31 |
| Binary | 1 | 1001011 | 1111111 | 1100011 | 101001 | 0 | 110010 | 11001101 | 1100010 | 11001 |
Color Harmonies of #014B7F
Complementary color
Monochromatic Colors of #014B7F
Black with #014B7F
Text Example
Text Example
White with #014B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B7F; }
p { color: rgb(1,75,127); }
H1.HeaderClassName
{
color: #014B7F;
}
.AnyTagClassName
{
color: #014B7F;
}
</style>
background-color css
<style>
a { background-color: #014B7F; }
a { background-color: rgb(1,75,127); }
div.DivClassName
{
background-color: #014B7F;
}
.BgClassName
{
background-color: #014B7F;
}
</style>
border-color css
<style>
span { border-color: #014B7F; }
span { border-color: rgb(1,75,127); }
td.TdClassName
{
border-color: #014B7F;
}
.TagClassName
{
border-color: #014B7F;
}
</style>