Shades of Dark Cerulean #014B90
Tints of Dark Cerulean #014B90
RGB
CMYK
RGB Variations
Color information
#014B90 (or 0x014B90) is known color: Dark Cerulean. HEX triplet: 01, 4B and 90. RGB value is (1,75,144). Sum of RGB (Red+Green+Blue) = 1+75+144=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #014B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014B90 is #FEB46F. Grayscale: #3C3C3C. Windows color (decimal): -16692336 or 9456385. OLE color: 9456385.
HSL color Cylindrical-coordinate representation of color #014B90: hue angle of 208.95º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B90 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 75 | 144 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.44 |
| HSL | 208.95º | 0.99% | 0.28% | - |
| HSV(B) | 208.95º | 0.99% | 0.56% | - |
| XYZ | 7.56 | 7.05 | 27.35 | - |
| YUV | 60.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 144 | 0.99 | 0.48 | 0 | 0.44 | 208.95 | 0.99 | 0.28 |
| Hex | 1 | 4B | 90 | 63 | 30 | 0 | 2C | D1 | 63 | 1C |
| Octal | 1 | 113 | 220 | 143 | 60 | 0 | 54 | 321 | 143 | 34 |
| Binary | 1 | 1001011 | 10010000 | 1100011 | 110000 | 0 | 101100 | 11010001 | 1100011 | 11100 |
Color Harmonies of #014B90
Complementary color
Monochromatic Colors of #014B90
Black with #014B90
Text Example
Text Example
White with #014B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B90; }
p { color: rgb(1,75,144); }
H1.HeaderClassName
{
color: #014B90;
}
.AnyTagClassName
{
color: #014B90;
}
</style>
background-color css
<style>
a { background-color: #014B90; }
a { background-color: rgb(1,75,144); }
div.DivClassName
{
background-color: #014B90;
}
.BgClassName
{
background-color: #014B90;
}
</style>
border-color css
<style>
span { border-color: #014B90; }
span { border-color: rgb(1,75,144); }
td.TdClassName
{
border-color: #014B90;
}
.TagClassName
{
border-color: #014B90;
}
</style>