Shades of Regal Blue #12385B
Tints of Regal Blue #12385B
RGB
CMYK
RGB Variations
Color information
#12385B (or 0x12385B) is known color: Regal Blue. HEX triplet: 12, 38 and 5B. RGB value is (18,56,91). Sum of RGB (Red+Green+Blue) = 18+56+91=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #12385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385B is #EDC7A4. Grayscale: #303030. Windows color (decimal): -15583141 or 5978130. OLE color: 5978130.
HSL color Cylindrical-coordinate representation of color #12385B: hue angle of 208.77º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12385B is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 56 | 91 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.64 |
| HSL | 208.77º | 0.67% | 0.21% | - |
| HSV(B) | 208.77º | 0.8% | 0.36% | - |
| XYZ | 3.55 | 3.71 | 10.43 | - |
| YUV | 48.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 91 | 0.80 | 0.38 | 0 | 0.64 | 208.77 | 0.67 | 0.21 |
| Hex | 12 | 38 | 5B | 50 | 26 | 0 | 40 | D1 | 43 | 15 |
| Octal | 22 | 70 | 133 | 120 | 46 | 0 | 100 | 321 | 103 | 25 |
| Binary | 10010 | 111000 | 1011011 | 1010000 | 100110 | 0 | 1000000 | 11010001 | 1000011 | 10101 |
Color Harmonies of #12385B
Complementary color
Monochromatic Colors of #12385B
Black with #12385B
Text Example
Text Example
White with #12385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12385B; }
p { color: rgb(18,56,91); }
H1.HeaderClassName
{
color: #12385B;
}
.AnyTagClassName
{
color: #12385B;
}
</style>
background-color css
<style>
a { background-color: #12385B; }
a { background-color: rgb(18,56,91); }
div.DivClassName
{
background-color: #12385B;
}
.BgClassName
{
background-color: #12385B;
}
</style>
border-color css
<style>
span { border-color: #12385B; }
span { border-color: rgb(18,56,91); }
td.TdClassName
{
border-color: #12385B;
}
.TagClassName
{
border-color: #12385B;
}
</style>