Shades of Regal Blue #1C446F
Tints of Regal Blue #1C446F
RGB
CMYK
RGB Variations
Color information
#1C446F (or 0x1C446F) is known color: Regal Blue. HEX triplet: 1C, 44 and 6F. RGB value is (28,68,111). Sum of RGB (Red+Green+Blue) = 28+68+111=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C446F is #E3BB90. Grayscale: #3C3C3C. Windows color (decimal): -14924689 or 7291932. OLE color: 7291932.
HSL color Cylindrical-coordinate representation of color #1C446F: hue angle of 211.08º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C446F is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 68 | 111 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.56 |
| HSL | 211.08º | 0.6% | 0.27% | - |
| HSV(B) | 211.08º | 0.75% | 0.44% | - |
| XYZ | 5.42 | 5.53 | 15.82 | - |
| YUV | 60.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 111 | 0.75 | 0.39 | 0 | 0.56 | 211.08 | 0.6 | 0.27 |
| Hex | 1C | 44 | 6F | 4B | 27 | 0 | 38 | D3 | 3C | 1B |
| Octal | 34 | 104 | 157 | 113 | 47 | 0 | 70 | 323 | 74 | 33 |
| Binary | 11100 | 1000100 | 1101111 | 1001011 | 100111 | 0 | 111000 | 11010011 | 111100 | 11011 |
Color Harmonies of #1C446F
Complementary color
Monochromatic Colors of #1C446F
Black with #1C446F
Text Example
Text Example
White with #1C446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C446F; }
p { color: rgb(28,68,111); }
H1.HeaderClassName
{
color: #1C446F;
}
.AnyTagClassName
{
color: #1C446F;
}
</style>
background-color css
<style>
a { background-color: #1C446F; }
a { background-color: rgb(28,68,111); }
div.DivClassName
{
background-color: #1C446F;
}
.BgClassName
{
background-color: #1C446F;
}
</style>
border-color css
<style>
span { border-color: #1C446F; }
span { border-color: rgb(28,68,111); }
td.TdClassName
{
border-color: #1C446F;
}
.TagClassName
{
border-color: #1C446F;
}
</style>