Shades of Regal Blue #0F3255
Tints of Regal Blue #0F3255
RGB
CMYK
RGB Variations
Color information
#0F3255 (or 0x0F3255) is known color: Regal Blue. HEX triplet: 0F, 32 and 55. RGB value is (15,50,85). Sum of RGB (Red+Green+Blue) = 15+50+85=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3255 is #F0CDAA. Grayscale: #2B2B2B. Windows color (decimal): -15781291 or 5583375. OLE color: 5583375.
HSL color Cylindrical-coordinate representation of color #0F3255: hue angle of 210º 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 #0F3255 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 50 | 85 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.67 |
| HSL | 210º | 0.7% | 0.2% | - |
| HSV(B) | 210º | 0.82% | 0.33% | - |
| XYZ | 2.98 | 3.04 | 9.02 | - |
| YUV | 43.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 85 | 0.82 | 0.41 | 0 | 0.67 | 210 | 0.7 | 0.2 |
| Hex | F | 32 | 55 | 52 | 29 | 0 | 43 | D2 | 46 | 14 |
| Octal | 17 | 62 | 125 | 122 | 51 | 0 | 103 | 322 | 106 | 24 |
| Binary | 1111 | 110010 | 1010101 | 1010010 | 101001 | 0 | 1000011 | 11010010 | 1000110 | 10100 |
Color Harmonies of #0F3255
Complementary color
Monochromatic Colors of #0F3255
Black with #0F3255
Text Example
Text Example
White with #0F3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3255; }
p { color: rgb(15,50,85); }
H1.HeaderClassName
{
color: #0F3255;
}
.AnyTagClassName
{
color: #0F3255;
}
</style>
background-color css
<style>
a { background-color: #0F3255; }
a { background-color: rgb(15,50,85); }
div.DivClassName
{
background-color: #0F3255;
}
.BgClassName
{
background-color: #0F3255;
}
</style>
border-color css
<style>
span { border-color: #0F3255; }
span { border-color: rgb(15,50,85); }
td.TdClassName
{
border-color: #0F3255;
}
.TagClassName
{
border-color: #0F3255;
}
</style>