Shades of Regal Blue #12365B
Tints of Regal Blue #12365B
RGB
CMYK
RGB Variations
Color information
#12365B (or 0x12365B) is known color: Regal Blue. HEX triplet: 12, 36 and 5B. RGB value is (18,54,91). Sum of RGB (Red+Green+Blue) = 18+54+91=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #12365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12365B is #EDC9A4. Grayscale: #2F2F2F. Windows color (decimal): -15583653 or 5977618. OLE color: 5977618.
HSL color Cylindrical-coordinate representation of color #12365B: hue angle of 210.41º 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 #12365B is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 54 | 91 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.64 |
| HSL | 210.41º | 0.67% | 0.21% | - |
| HSV(B) | 210.41º | 0.8% | 0.36% | - |
| XYZ | 3.46 | 3.52 | 10.4 | - |
| YUV | 47.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 91 | 0.80 | 0.41 | 0 | 0.64 | 210.41 | 0.67 | 0.21 |
| Hex | 12 | 36 | 5B | 50 | 29 | 0 | 40 | D2 | 43 | 15 |
| Octal | 22 | 66 | 133 | 120 | 51 | 0 | 100 | 322 | 103 | 25 |
| Binary | 10010 | 110110 | 1011011 | 1010000 | 101001 | 0 | 1000000 | 11010010 | 1000011 | 10101 |
Color Harmonies of #12365B
Complementary color
Monochromatic Colors of #12365B
Black with #12365B
Text Example
Text Example
White with #12365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12365B; }
p { color: rgb(18,54,91); }
H1.HeaderClassName
{
color: #12365B;
}
.AnyTagClassName
{
color: #12365B;
}
</style>
background-color css
<style>
a { background-color: #12365B; }
a { background-color: rgb(18,54,91); }
div.DivClassName
{
background-color: #12365B;
}
.BgClassName
{
background-color: #12365B;
}
</style>
border-color css
<style>
span { border-color: #12365B; }
span { border-color: rgb(18,54,91); }
td.TdClassName
{
border-color: #12365B;
}
.TagClassName
{
border-color: #12365B;
}
</style>