Shades of Regal Blue #0F3A55
Tints of Regal Blue #0F3A55
RGB
CMYK
RGB Variations
Color information
#0F3A55 (or 0x0F3A55) is known color: Regal Blue. HEX triplet: 0F, 3A and 55. RGB value is (15,58,85). Sum of RGB (Red+Green+Blue) = 15+58+85=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A55 is #F0C5AA. Grayscale: #303030. Windows color (decimal): -15779243 or 5585423. OLE color: 5585423.
HSL color Cylindrical-coordinate representation of color #0F3A55: hue angle of 203.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F3A55 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 58 | 85 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.67 |
| HSL | 203.14º | 0.7% | 0.2% | - |
| HSV(B) | 203.14º | 0.82% | 0.33% | - |
| XYZ | 3.35 | 3.78 | 9.15 | - |
| YUV | 48.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 85 | 0.82 | 0.32 | 0 | 0.67 | 203.14 | 0.7 | 0.2 |
| Hex | F | 3A | 55 | 52 | 20 | 0 | 43 | CB | 46 | 14 |
| Octal | 17 | 72 | 125 | 122 | 40 | 0 | 103 | 313 | 106 | 24 |
| Binary | 1111 | 111010 | 1010101 | 1010010 | 100000 | 0 | 1000011 | 11001011 | 1000110 | 10100 |
Color Harmonies of #0F3A55
Complementary color
Monochromatic Colors of #0F3A55
Black with #0F3A55
Text Example
Text Example
White with #0F3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A55; }
p { color: rgb(15,58,85); }
H1.HeaderClassName
{
color: #0F3A55;
}
.AnyTagClassName
{
color: #0F3A55;
}
</style>
background-color css
<style>
a { background-color: #0F3A55; }
a { background-color: rgb(15,58,85); }
div.DivClassName
{
background-color: #0F3A55;
}
.BgClassName
{
background-color: #0F3A55;
}
</style>
border-color css
<style>
span { border-color: #0F3A55; }
span { border-color: rgb(15,58,85); }
td.TdClassName
{
border-color: #0F3A55;
}
.TagClassName
{
border-color: #0F3A55;
}
</style>