Shades of Regal Blue #0F3F5B
Tints of Regal Blue #0F3F5B
RGB
CMYK
RGB Variations
Color information
#0F3F5B (or 0x0F3F5B) is known color: Regal Blue. HEX triplet: 0F, 3F and 5B. RGB value is (15,63,91). Sum of RGB (Red+Green+Blue) = 15+63+91=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F3F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F5B is #F0C0A4. Grayscale: #333333. Windows color (decimal): -15777957 or 5979919. OLE color: 5979919.
HSL color Cylindrical-coordinate representation of color #0F3F5B: hue angle of 202.11º 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 #0F3F5B is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 63 | 91 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.64 |
| HSL | 202.11º | 0.72% | 0.21% | - |
| HSV(B) | 202.11º | 0.84% | 0.36% | - |
| XYZ | 3.86 | 4.41 | 10.55 | - |
| YUV | 51.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 91 | 0.84 | 0.31 | 0 | 0.64 | 202.11 | 0.72 | 0.21 |
| Hex | F | 3F | 5B | 54 | 1F | 0 | 40 | CA | 48 | 15 |
| Octal | 17 | 77 | 133 | 124 | 37 | 0 | 100 | 312 | 110 | 25 |
| Binary | 1111 | 111111 | 1011011 | 1010100 | 11111 | 0 | 1000000 | 11001010 | 1001000 | 10101 |
Color Harmonies of #0F3F5B
Complementary color
Monochromatic Colors of #0F3F5B
Black with #0F3F5B
Text Example
Text Example
White with #0F3F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3F5B; }
p { color: rgb(15,63,91); }
H1.HeaderClassName
{
color: #0F3F5B;
}
.AnyTagClassName
{
color: #0F3F5B;
}
</style>
background-color css
<style>
a { background-color: #0F3F5B; }
a { background-color: rgb(15,63,91); }
div.DivClassName
{
background-color: #0F3F5B;
}
.BgClassName
{
background-color: #0F3F5B;
}
</style>
border-color css
<style>
span { border-color: #0F3F5B; }
span { border-color: rgb(15,63,91); }
td.TdClassName
{
border-color: #0F3F5B;
}
.TagClassName
{
border-color: #0F3F5B;
}
</style>