Shades of Regal Blue #1C334F
Tints of Regal Blue #1C334F
RGB
CMYK
RGB Variations
Color information
#1C334F (or 0x1C334F) is known color: Regal Blue. HEX triplet: 1C, 33 and 4F. RGB value is (28,51,79). Sum of RGB (Red+Green+Blue) = 28+51+79=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C334F is #E3CCB0. Grayscale: #2F2F2F. Windows color (decimal): -14929073 or 5190428. OLE color: 5190428.
HSL color Cylindrical-coordinate representation of color #1C334F: hue angle of 212.94º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C334F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 51 | 79 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.69 |
| HSL | 212.94º | 0.48% | 0.21% | - |
| HSV(B) | 212.94º | 0.65% | 0.31% | - |
| XYZ | 3.07 | 3.18 | 7.85 | - |
| YUV | 47.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 79 | 0.65 | 0.35 | 0 | 0.69 | 212.94 | 0.48 | 0.21 |
| Hex | 1C | 33 | 4F | 41 | 23 | 0 | 45 | D5 | 30 | 15 |
| Octal | 34 | 63 | 117 | 101 | 43 | 0 | 105 | 325 | 60 | 25 |
| Binary | 11100 | 110011 | 1001111 | 1000001 | 100011 | 0 | 1000101 | 11010101 | 110000 | 10101 |
Color Harmonies of #1C334F
Complementary color
Monochromatic Colors of #1C334F
Black with #1C334F
Text Example
Text Example
White with #1C334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C334F; }
p { color: rgb(28,51,79); }
H1.HeaderClassName
{
color: #1C334F;
}
.AnyTagClassName
{
color: #1C334F;
}
</style>
background-color css
<style>
a { background-color: #1C334F; }
a { background-color: rgb(28,51,79); }
div.DivClassName
{
background-color: #1C334F;
}
.BgClassName
{
background-color: #1C334F;
}
</style>
border-color css
<style>
span { border-color: #1C334F; }
span { border-color: rgb(28,51,79); }
td.TdClassName
{
border-color: #1C334F;
}
.TagClassName
{
border-color: #1C334F;
}
</style>