Shades of Regal Blue #0F3555
Tints of Regal Blue #0F3555
RGB
CMYK
RGB Variations
Color information
#0F3555 (or 0x0F3555) is known color: Regal Blue. HEX triplet: 0F, 35 and 55. RGB value is (15,53,85). Sum of RGB (Red+Green+Blue) = 15+53+85=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3555 is #F0CAAA. Grayscale: #2D2D2D. Windows color (decimal): -15780523 or 5584143. OLE color: 5584143.
HSL color Cylindrical-coordinate representation of color #0F3555: hue angle of 207.43º 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 #0F3555 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 53 | 85 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.67 |
| HSL | 207.43º | 0.7% | 0.2% | - |
| HSV(B) | 207.43º | 0.82% | 0.33% | - |
| XYZ | 3.11 | 3.3 | 9.07 | - |
| YUV | 45.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 85 | 0.82 | 0.38 | 0 | 0.67 | 207.43 | 0.7 | 0.2 |
| Hex | F | 35 | 55 | 52 | 26 | 0 | 43 | CF | 46 | 14 |
| Octal | 17 | 65 | 125 | 122 | 46 | 0 | 103 | 317 | 106 | 24 |
| Binary | 1111 | 110101 | 1010101 | 1010010 | 100110 | 0 | 1000011 | 11001111 | 1000110 | 10100 |
Color Harmonies of #0F3555
Complementary color
Monochromatic Colors of #0F3555
Black with #0F3555
Text Example
Text Example
White with #0F3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3555; }
p { color: rgb(15,53,85); }
H1.HeaderClassName
{
color: #0F3555;
}
.AnyTagClassName
{
color: #0F3555;
}
</style>
background-color css
<style>
a { background-color: #0F3555; }
a { background-color: rgb(15,53,85); }
div.DivClassName
{
background-color: #0F3555;
}
.BgClassName
{
background-color: #0F3555;
}
</style>
border-color css
<style>
span { border-color: #0F3555; }
span { border-color: rgb(15,53,85); }
td.TdClassName
{
border-color: #0F3555;
}
.TagClassName
{
border-color: #0F3555;
}
</style>