Shades of Regal Blue #0F3353
Tints of Regal Blue #0F3353
RGB
CMYK
RGB Variations
Color information
#0F3353 (or 0x0F3353) is known color: Regal Blue. HEX triplet: 0F, 33 and 53. RGB value is (15,51,83). Sum of RGB (Red+Green+Blue) = 15+51+83=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3353 is #F0CCAC. Grayscale: #2B2B2B. Windows color (decimal): -15781037 or 5452559. OLE color: 5452559.
HSL color Cylindrical-coordinate representation of color #0F3353: hue angle of 208.24º 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 #0F3353 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 51 | 83 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.67 |
| HSL | 208.24º | 0.69% | 0.19% | - |
| HSV(B) | 208.24º | 0.82% | 0.33% | - |
| XYZ | 2.94 | 3.09 | 8.63 | - |
| YUV | 43.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 83 | 0.82 | 0.39 | 0 | 0.67 | 208.24 | 0.69 | 0.19 |
| Hex | F | 33 | 53 | 52 | 27 | 0 | 43 | D0 | 45 | 13 |
| Octal | 17 | 63 | 123 | 122 | 47 | 0 | 103 | 320 | 105 | 23 |
| Binary | 1111 | 110011 | 1010011 | 1010010 | 100111 | 0 | 1000011 | 11010000 | 1000101 | 10011 |
Color Harmonies of #0F3353
Complementary color
Monochromatic Colors of #0F3353
Black with #0F3353
Text Example
Text Example
White with #0F3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3353; }
p { color: rgb(15,51,83); }
H1.HeaderClassName
{
color: #0F3353;
}
.AnyTagClassName
{
color: #0F3353;
}
</style>
background-color css
<style>
a { background-color: #0F3353; }
a { background-color: rgb(15,51,83); }
div.DivClassName
{
background-color: #0F3353;
}
.BgClassName
{
background-color: #0F3353;
}
</style>
border-color css
<style>
span { border-color: #0F3353; }
span { border-color: rgb(15,51,83); }
td.TdClassName
{
border-color: #0F3353;
}
.TagClassName
{
border-color: #0F3353;
}
</style>