Shades of Dark Cerulean #104373
Tints of Dark Cerulean #104373
RGB
CMYK
RGB Variations
Color information
#104373 (or 0x104373) is known color: Dark Cerulean. HEX triplet: 10, 43 and 73. RGB value is (16,67,115). Sum of RGB (Red+Green+Blue) = 16+67+115=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #104373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104373 is #EFBC8C. Grayscale: #383838. Windows color (decimal): -15711373 or 7553808. OLE color: 7553808.
HSL color Cylindrical-coordinate representation of color #104373: hue angle of 209.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104373 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 67 | 115 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.55 |
| HSL | 209.09º | 0.76% | 0.26% | - |
| HSV(B) | 209.09º | 0.86% | 0.45% | - |
| XYZ | 5.32 | 5.36 | 16.97 | - |
| YUV | 57.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 115 | 0.86 | 0.42 | 0 | 0.55 | 209.09 | 0.76 | 0.26 |
| Hex | 10 | 43 | 73 | 56 | 2A | 0 | 37 | D1 | 4C | 1A |
| Octal | 20 | 103 | 163 | 126 | 52 | 0 | 67 | 321 | 114 | 32 |
| Binary | 10000 | 1000011 | 1110011 | 1010110 | 101010 | 0 | 110111 | 11010001 | 1001100 | 11010 |
Color Harmonies of #104373
Complementary color
Monochromatic Colors of #104373
Black with #104373
Text Example
Text Example
White with #104373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104373; }
p { color: rgb(16,67,115); }
H1.HeaderClassName
{
color: #104373;
}
.AnyTagClassName
{
color: #104373;
}
</style>
background-color css
<style>
a { background-color: #104373; }
a { background-color: rgb(16,67,115); }
div.DivClassName
{
background-color: #104373;
}
.BgClassName
{
background-color: #104373;
}
</style>
border-color css
<style>
span { border-color: #104373; }
span { border-color: rgb(16,67,115); }
td.TdClassName
{
border-color: #104373;
}
.TagClassName
{
border-color: #104373;
}
</style>