Shades of Dark Cerulean #12397F
Tints of Dark Cerulean #12397F
RGB
CMYK
RGB Variations
Color information
#12397F (or 0x12397F) is known color: Dark Cerulean. HEX triplet: 12, 39 and 7F. RGB value is (18,57,127). Sum of RGB (Red+Green+Blue) = 18+57+127=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #12397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12397F is #EDC680. Grayscale: #343434. Windows color (decimal): -15582849 or 8337682. OLE color: 8337682.
HSL color Cylindrical-coordinate representation of color #12397F: hue angle of 218.53º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12397F is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 57 | 127 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.50 |
| HSL | 218.53º | 0.75% | 0.28% | - |
| HSV(B) | 218.53º | 0.86% | 0.5% | - |
| XYZ | 5.54 | 4.59 | 20.67 | - |
| YUV | 53.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 127 | 0.86 | 0.55 | 0 | 0.50 | 218.53 | 0.75 | 0.28 |
| Hex | 12 | 39 | 7F | 56 | 37 | 0 | 32 | DB | 4B | 1C |
| Octal | 22 | 71 | 177 | 126 | 67 | 0 | 62 | 333 | 113 | 34 |
| Binary | 10010 | 111001 | 1111111 | 1010110 | 110111 | 0 | 110010 | 11011011 | 1001011 | 11100 |
Color Harmonies of #12397F
Complementary color
Monochromatic Colors of #12397F
Black with #12397F
Text Example
Text Example
White with #12397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12397F; }
p { color: rgb(18,57,127); }
H1.HeaderClassName
{
color: #12397F;
}
.AnyTagClassName
{
color: #12397F;
}
</style>
background-color css
<style>
a { background-color: #12397F; }
a { background-color: rgb(18,57,127); }
div.DivClassName
{
background-color: #12397F;
}
.BgClassName
{
background-color: #12397F;
}
</style>
border-color css
<style>
span { border-color: #12397F; }
span { border-color: rgb(18,57,127); }
td.TdClassName
{
border-color: #12397F;
}
.TagClassName
{
border-color: #12397F;
}
</style>