Shades of Blue #0D36FF
Tints of Blue #0D36FF
RGB
CMYK
RGB Variations
Color information
#0D36FF (or 0x0D36FF) is known color: Blue. HEX triplet: 0D, 36 and FF. RGB value is (13,54,255). Sum of RGB (Red+Green+Blue) = 13+54+255=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D36FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D36FF is #F2C900. Grayscale: #3F3F3F. Windows color (decimal): -15911169 or 16725517. OLE color: 16725517.
HSL color Cylindrical-coordinate representation of color #0D36FF: hue angle of 229.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D36FF is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 54 | 255 | - |
| CMYK | 0.95 | 0.79 | 0 | 0 |
| HSL | 229.83º | 1% | 0.53% | - |
| HSV(B) | 229.83º | 0.95% | 1% | - |
| XYZ | 19.54 | 9.94 | 95.5 | - |
| YUV | 64.66 | 235.42 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 255 | 0.95 | 0.79 | 0 | 0 | 229.83 | 1 | 0.53 |
| Hex | D | 36 | FF | 5F | 4F | 0 | 0 | E6 | 64 | 35 |
| Octal | 15 | 66 | 377 | 137 | 117 | 0 | 0 | 346 | 144 | 65 |
| Binary | 1101 | 110110 | 11111111 | 1011111 | 1001111 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #0D36FF
Complementary color
Monochromatic Colors of #0D36FF
Black with #0D36FF
Text Example
Text Example
White with #0D36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D36FF; }
p { color: rgb(13,54,255); }
H1.HeaderClassName
{
color: #0D36FF;
}
.AnyTagClassName
{
color: #0D36FF;
}
</style>
background-color css
<style>
a { background-color: #0D36FF; }
a { background-color: rgb(13,54,255); }
div.DivClassName
{
background-color: #0D36FF;
}
.BgClassName
{
background-color: #0D36FF;
}
</style>
border-color css
<style>
span { border-color: #0D36FF; }
span { border-color: rgb(13,54,255); }
td.TdClassName
{
border-color: #0D36FF;
}
.TagClassName
{
border-color: #0D36FF;
}
</style>