Shades of Regal Blue #12385A
Tints of Regal Blue #12385A
RGB
CMYK
RGB Variations
Color information
#12385A (or 0x12385A) is known color: Regal Blue. HEX triplet: 12, 38 and 5A. RGB value is (18,56,90). Sum of RGB (Red+Green+Blue) = 18+56+90=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #12385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385A is #EDC7A5. Grayscale: #303030. Windows color (decimal): -15583142 or 5912594. OLE color: 5912594.
HSL color Cylindrical-coordinate representation of color #12385A: hue angle of 208.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12385A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 56 | 90 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.65 |
| HSL | 208.33º | 0.67% | 0.21% | - |
| HSV(B) | 208.33º | 0.8% | 0.35% | - |
| XYZ | 3.51 | 3.7 | 10.2 | - |
| YUV | 48.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 90 | 0.80 | 0.38 | 0 | 0.65 | 208.33 | 0.67 | 0.21 |
| Hex | 12 | 38 | 5A | 50 | 26 | 0 | 41 | D0 | 43 | 15 |
| Octal | 22 | 70 | 132 | 120 | 46 | 0 | 101 | 320 | 103 | 25 |
| Binary | 10010 | 111000 | 1011010 | 1010000 | 100110 | 0 | 1000001 | 11010000 | 1000011 | 10101 |
Color Harmonies of #12385A
Complementary color
Monochromatic Colors of #12385A
Black with #12385A
Text Example
Text Example
White with #12385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12385A; }
p { color: rgb(18,56,90); }
H1.HeaderClassName
{
color: #12385A;
}
.AnyTagClassName
{
color: #12385A;
}
</style>
background-color css
<style>
a { background-color: #12385A; }
a { background-color: rgb(18,56,90); }
div.DivClassName
{
background-color: #12385A;
}
.BgClassName
{
background-color: #12385A;
}
</style>
border-color css
<style>
span { border-color: #12385A; }
span { border-color: rgb(18,56,90); }
td.TdClassName
{
border-color: #12385A;
}
.TagClassName
{
border-color: #12385A;
}
</style>