Shades of Blue #0D18FF
Tints of Blue #0D18FF
RGB
CMYK
RGB Variations
Color information
#0D18FF (or 0x0D18FF) is known color: Blue. HEX triplet: 0D, 18 and FF. RGB value is (13,24,255). Sum of RGB (Red+Green+Blue) = 13+24+255=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D18FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D18FF is #F2E700. Grayscale: #2E2E2E. Windows color (decimal): -15918849 or 16717837. OLE color: 16717837.
HSL color Cylindrical-coordinate representation of color #0D18FF: hue angle of 237.27º 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 #0D18FF is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 24 | 255 | - |
| CMYK | 0.95 | 0.91 | 0 | 0 |
| HSL | 237.27º | 1% | 0.53% | - |
| HSV(B) | 237.27º | 0.95% | 1% | - |
| XYZ | 18.54 | 7.96 | 95.17 | - |
| YUV | 47.05 | 245.36 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 255 | 0.95 | 0.91 | 0 | 0 | 237.27 | 1 | 0.53 |
| Hex | D | 18 | FF | 5F | 5B | 0 | 0 | ED | 64 | 35 |
| Octal | 15 | 30 | 377 | 137 | 133 | 0 | 0 | 355 | 144 | 65 |
| Binary | 1101 | 11000 | 11111111 | 1011111 | 1011011 | 0 | 0 | 11101101 | 1100100 | 110101 |
Color Harmonies of #0D18FF
Complementary color
Monochromatic Colors of #0D18FF
Black with #0D18FF
Text Example
Text Example
White with #0D18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D18FF; }
p { color: rgb(13,24,255); }
H1.HeaderClassName
{
color: #0D18FF;
}
.AnyTagClassName
{
color: #0D18FF;
}
</style>
background-color css
<style>
a { background-color: #0D18FF; }
a { background-color: rgb(13,24,255); }
div.DivClassName
{
background-color: #0D18FF;
}
.BgClassName
{
background-color: #0D18FF;
}
</style>
border-color css
<style>
span { border-color: #0D18FF; }
span { border-color: rgb(13,24,255); }
td.TdClassName
{
border-color: #0D18FF;
}
.TagClassName
{
border-color: #0D18FF;
}
</style>