Shades of Dark Cerulean #10387C
Tints of Dark Cerulean #10387C
RGB
CMYK
RGB Variations
Color information
#10387C (or 0x10387C) is known color: Dark Cerulean. HEX triplet: 10, 38 and 7C. RGB value is (16,56,124). Sum of RGB (Red+Green+Blue) = 16+56+124=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #10387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10387C is #EFC783. Grayscale: #333333. Windows color (decimal): -15714180 or 8140816. OLE color: 8140816.
HSL color Cylindrical-coordinate representation of color #10387C: hue angle of 217.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10387C is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 56 | 124 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.51 |
| HSL | 217.78º | 0.77% | 0.27% | - |
| HSV(B) | 217.78º | 0.87% | 0.49% | - |
| XYZ | 5.27 | 4.39 | 19.64 | - |
| YUV | 51.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 124 | 0.87 | 0.55 | 0 | 0.51 | 217.78 | 0.77 | 0.27 |
| Hex | 10 | 38 | 7C | 57 | 37 | 0 | 33 | DA | 4D | 1B |
| Octal | 20 | 70 | 174 | 127 | 67 | 0 | 63 | 332 | 115 | 33 |
| Binary | 10000 | 111000 | 1111100 | 1010111 | 110111 | 0 | 110011 | 11011010 | 1001101 | 11011 |
Color Harmonies of #10387C
Complementary color
Monochromatic Colors of #10387C
Black with #10387C
Text Example
Text Example
White with #10387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10387C; }
p { color: rgb(16,56,124); }
H1.HeaderClassName
{
color: #10387C;
}
.AnyTagClassName
{
color: #10387C;
}
</style>
background-color css
<style>
a { background-color: #10387C; }
a { background-color: rgb(16,56,124); }
div.DivClassName
{
background-color: #10387C;
}
.BgClassName
{
background-color: #10387C;
}
</style>
border-color css
<style>
span { border-color: #10387C; }
span { border-color: rgb(16,56,124); }
td.TdClassName
{
border-color: #10387C;
}
.TagClassName
{
border-color: #10387C;
}
</style>