Shades of Dark Cerulean #104283
Tints of Dark Cerulean #104283
RGB
CMYK
RGB Variations
Color information
#104283 (or 0x104283) is known color: Dark Cerulean. HEX triplet: 10, 42 and 83. RGB value is (16,66,131). Sum of RGB (Red+Green+Blue) = 16+66+131=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #104283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104283 is #EFBD7C. Grayscale: #3A3A3A. Windows color (decimal): -15711613 or 8602128. OLE color: 8602128.
HSL color Cylindrical-coordinate representation of color #104283: hue angle of 213.91º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104283 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 66 | 131 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.49 |
| HSL | 213.91º | 0.78% | 0.29% | - |
| HSV(B) | 213.91º | 0.88% | 0.51% | - |
| XYZ | 6.26 | 5.65 | 22.23 | - |
| YUV | 58.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 131 | 0.88 | 0.50 | 0 | 0.49 | 213.91 | 0.78 | 0.29 |
| Hex | 10 | 42 | 83 | 58 | 32 | 0 | 31 | D6 | 4E | 1D |
| Octal | 20 | 102 | 203 | 130 | 62 | 0 | 61 | 326 | 116 | 35 |
| Binary | 10000 | 1000010 | 10000011 | 1011000 | 110010 | 0 | 110001 | 11010110 | 1001110 | 11101 |
Color Harmonies of #104283
Complementary color
Monochromatic Colors of #104283
Black with #104283
Text Example
Text Example
White with #104283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104283; }
p { color: rgb(16,66,131); }
H1.HeaderClassName
{
color: #104283;
}
.AnyTagClassName
{
color: #104283;
}
</style>
background-color css
<style>
a { background-color: #104283; }
a { background-color: rgb(16,66,131); }
div.DivClassName
{
background-color: #104283;
}
.BgClassName
{
background-color: #104283;
}
</style>
border-color css
<style>
span { border-color: #104283; }
span { border-color: rgb(16,66,131); }
td.TdClassName
{
border-color: #104283;
}
.TagClassName
{
border-color: #104283;
}
</style>