Shades of Dark Cerulean #104B6C
Tints of Dark Cerulean #104B6C
RGB
CMYK
RGB Variations
Color information
#104B6C (or 0x104B6C) is known color: Dark Cerulean. HEX triplet: 10, 4B and 6C. RGB value is (16,75,108). Sum of RGB (Red+Green+Blue) = 16+75+108=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #104B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B6C is #EFB493. Grayscale: #3C3C3C. Windows color (decimal): -15709332 or 7097104. OLE color: 7097104.
HSL color Cylindrical-coordinate representation of color #104B6C: hue angle of 201.52º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104B6C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 75 | 108 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.58 |
| HSL | 201.52º | 0.74% | 0.24% | - |
| HSV(B) | 201.52º | 0.85% | 0.42% | - |
| XYZ | 5.44 | 6.23 | 15.1 | - |
| YUV | 61.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 108 | 0.85 | 0.31 | 0 | 0.58 | 201.52 | 0.74 | 0.24 |
| Hex | 10 | 4B | 6C | 55 | 1F | 0 | 3A | CA | 4A | 18 |
| Octal | 20 | 113 | 154 | 125 | 37 | 0 | 72 | 312 | 112 | 30 |
| Binary | 10000 | 1001011 | 1101100 | 1010101 | 11111 | 0 | 111010 | 11001010 | 1001010 | 11000 |
Color Harmonies of #104B6C
Complementary color
Monochromatic Colors of #104B6C
Black with #104B6C
Text Example
Text Example
White with #104B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B6C; }
p { color: rgb(16,75,108); }
H1.HeaderClassName
{
color: #104B6C;
}
.AnyTagClassName
{
color: #104B6C;
}
</style>
background-color css
<style>
a { background-color: #104B6C; }
a { background-color: rgb(16,75,108); }
div.DivClassName
{
background-color: #104B6C;
}
.BgClassName
{
background-color: #104B6C;
}
</style>
border-color css
<style>
span { border-color: #104B6C; }
span { border-color: rgb(16,75,108); }
td.TdClassName
{
border-color: #104B6C;
}
.TagClassName
{
border-color: #104B6C;
}
</style>