Shades of Regal Blue #12385C
Tints of Regal Blue #12385C
RGB
CMYK
RGB Variations
Color information
#12385C (or 0x12385C) is known color: Regal Blue. HEX triplet: 12, 38 and 5C. RGB value is (18,56,92). Sum of RGB (Red+Green+Blue) = 18+56+92=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #12385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385C is #EDC7A3. Grayscale: #303030. Windows color (decimal): -15583140 or 6043666. OLE color: 6043666.
HSL color Cylindrical-coordinate representation of color #12385C: hue angle of 209.19º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12385C is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 56 | 92 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.64 |
| HSL | 209.19º | 0.67% | 0.22% | - |
| HSV(B) | 209.19º | 0.8% | 0.36% | - |
| XYZ | 3.6 | 3.73 | 10.66 | - |
| YUV | 48.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 92 | 0.80 | 0.39 | 0 | 0.64 | 209.19 | 0.67 | 0.22 |
| Hex | 12 | 38 | 5C | 50 | 27 | 0 | 40 | D1 | 43 | 16 |
| Octal | 22 | 70 | 134 | 120 | 47 | 0 | 100 | 321 | 103 | 26 |
| Binary | 10010 | 111000 | 1011100 | 1010000 | 100111 | 0 | 1000000 | 11010001 | 1000011 | 10110 |
Color Harmonies of #12385C
Complementary color
Monochromatic Colors of #12385C
Black with #12385C
Text Example
Text Example
White with #12385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12385C; }
p { color: rgb(18,56,92); }
H1.HeaderClassName
{
color: #12385C;
}
.AnyTagClassName
{
color: #12385C;
}
</style>
background-color css
<style>
a { background-color: #12385C; }
a { background-color: rgb(18,56,92); }
div.DivClassName
{
background-color: #12385C;
}
.BgClassName
{
background-color: #12385C;
}
</style>
border-color css
<style>
span { border-color: #12385C; }
span { border-color: rgb(18,56,92); }
td.TdClassName
{
border-color: #12385C;
}
.TagClassName
{
border-color: #12385C;
}
</style>