Shades of Regal Blue #0F3A53
Tints of Regal Blue #0F3A53
RGB
CMYK
RGB Variations
Color information
#0F3A53 (or 0x0F3A53) is known color: Regal Blue. HEX triplet: 0F, 3A and 53. RGB value is (15,58,83). Sum of RGB (Red+Green+Blue) = 15+58+83=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A53 is #F0C5AC. Grayscale: #2F2F2F. Windows color (decimal): -15779245 or 5454351. OLE color: 5454351.
HSL color Cylindrical-coordinate representation of color #0F3A53: hue angle of 202.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F3A53 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 58 | 83 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.67 |
| HSL | 202.06º | 0.69% | 0.19% | - |
| HSV(B) | 202.06º | 0.82% | 0.33% | - |
| XYZ | 3.27 | 3.75 | 8.74 | - |
| YUV | 47.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 83 | 0.82 | 0.30 | 0 | 0.67 | 202.06 | 0.69 | 0.19 |
| Hex | F | 3A | 53 | 52 | 1E | 0 | 43 | CA | 45 | 13 |
| Octal | 17 | 72 | 123 | 122 | 36 | 0 | 103 | 312 | 105 | 23 |
| Binary | 1111 | 111010 | 1010011 | 1010010 | 11110 | 0 | 1000011 | 11001010 | 1000101 | 10011 |
Color Harmonies of #0F3A53
Complementary color
Monochromatic Colors of #0F3A53
Black with #0F3A53
Text Example
Text Example
White with #0F3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A53; }
p { color: rgb(15,58,83); }
H1.HeaderClassName
{
color: #0F3A53;
}
.AnyTagClassName
{
color: #0F3A53;
}
</style>
background-color css
<style>
a { background-color: #0F3A53; }
a { background-color: rgb(15,58,83); }
div.DivClassName
{
background-color: #0F3A53;
}
.BgClassName
{
background-color: #0F3A53;
}
</style>
border-color css
<style>
span { border-color: #0F3A53; }
span { border-color: rgb(15,58,83); }
td.TdClassName
{
border-color: #0F3A53;
}
.TagClassName
{
border-color: #0F3A53;
}
</style>