Shades of Regal Blue #0F405C
Tints of Regal Blue #0F405C
RGB
CMYK
RGB Variations
Color information
#0F405C (or 0x0F405C) is known color: Regal Blue. HEX triplet: 0F, 40 and 5C. RGB value is (15,64,92). Sum of RGB (Red+Green+Blue) = 15+64+92=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F405C is #F0BFA3. Grayscale: #343434. Windows color (decimal): -15777700 or 6045711. OLE color: 6045711.
HSL color Cylindrical-coordinate representation of color #0F405C: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F405C is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 64 | 92 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.64 |
| HSL | 201.82º | 0.72% | 0.21% | - |
| HSV(B) | 201.82º | 0.84% | 0.36% | - |
| XYZ | 3.96 | 4.54 | 10.79 | - |
| YUV | 52.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 92 | 0.84 | 0.30 | 0 | 0.64 | 201.82 | 0.72 | 0.21 |
| Hex | F | 40 | 5C | 54 | 1E | 0 | 40 | CA | 48 | 15 |
| Octal | 17 | 100 | 134 | 124 | 36 | 0 | 100 | 312 | 110 | 25 |
| Binary | 1111 | 1000000 | 1011100 | 1010100 | 11110 | 0 | 1000000 | 11001010 | 1001000 | 10101 |
Color Harmonies of #0F405C
Complementary color
Monochromatic Colors of #0F405C
Black with #0F405C
Text Example
Text Example
White with #0F405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F405C; }
p { color: rgb(15,64,92); }
H1.HeaderClassName
{
color: #0F405C;
}
.AnyTagClassName
{
color: #0F405C;
}
</style>
background-color css
<style>
a { background-color: #0F405C; }
a { background-color: rgb(15,64,92); }
div.DivClassName
{
background-color: #0F405C;
}
.BgClassName
{
background-color: #0F405C;
}
</style>
border-color css
<style>
span { border-color: #0F405C; }
span { border-color: rgb(15,64,92); }
td.TdClassName
{
border-color: #0F405C;
}
.TagClassName
{
border-color: #0F405C;
}
</style>