Shades of Dark Cerulean #104270
Tints of Dark Cerulean #104270
RGB
CMYK
RGB Variations
Color information
#104270 (or 0x104270) is known color: Dark Cerulean. HEX triplet: 10, 42 and 70. RGB value is (16,66,112). Sum of RGB (Red+Green+Blue) = 16+66+112=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #104270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104270 is #EFBD8F. Grayscale: #383838. Windows color (decimal): -15711632 or 7356944. OLE color: 7356944.
HSL color Cylindrical-coordinate representation of color #104270: hue angle of 208.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104270 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 66 | 112 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.56 |
| HSL | 208.75º | 0.75% | 0.25% | - |
| HSV(B) | 208.75º | 0.86% | 0.44% | - |
| XYZ | 5.09 | 5.18 | 16.06 | - |
| YUV | 56.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 112 | 0.86 | 0.41 | 0 | 0.56 | 208.75 | 0.75 | 0.25 |
| Hex | 10 | 42 | 70 | 56 | 29 | 0 | 38 | D1 | 4B | 19 |
| Octal | 20 | 102 | 160 | 126 | 51 | 0 | 70 | 321 | 113 | 31 |
| Binary | 10000 | 1000010 | 1110000 | 1010110 | 101001 | 0 | 111000 | 11010001 | 1001011 | 11001 |
Color Harmonies of #104270
Complementary color
Monochromatic Colors of #104270
Black with #104270
Text Example
Text Example
White with #104270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104270; }
p { color: rgb(16,66,112); }
H1.HeaderClassName
{
color: #104270;
}
.AnyTagClassName
{
color: #104270;
}
</style>
background-color css
<style>
a { background-color: #104270; }
a { background-color: rgb(16,66,112); }
div.DivClassName
{
background-color: #104270;
}
.BgClassName
{
background-color: #104270;
}
</style>
border-color css
<style>
span { border-color: #104270; }
span { border-color: rgb(16,66,112); }
td.TdClassName
{
border-color: #104270;
}
.TagClassName
{
border-color: #104270;
}
</style>