Shades of Medium Blue #0318DB
Tints of Medium Blue #0318DB
RGB
CMYK
RGB Variations
Color information
#0318DB (or 0x0318DB) is known color: Medium Blue. HEX triplet: 03, 18 and DB. RGB value is (3,24,219). Sum of RGB (Red+Green+Blue) = 3+24+219=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #0318DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318DB is #FCE724. Grayscale: #272727. Windows color (decimal): -16574245 or 14358531. OLE color: 14358531.
HSL color Cylindrical-coordinate representation of color #0318DB: hue angle of 234.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0318DB is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 24 | 219 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.14 |
| HSL | 234.17º | 0.97% | 0.44% | - |
| HSV(B) | 234.17º | 0.99% | 0.86% | - |
| XYZ | 13.15 | 5.79 | 67.44 | - |
| YUV | 39.95 | 229.04 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 219 | 0.99 | 0.89 | 0 | 0.14 | 234.17 | 0.97 | 0.44 |
| Hex | 3 | 18 | DB | 63 | 59 | 0 | E | EA | 61 | 2C |
| Octal | 3 | 30 | 333 | 143 | 131 | 0 | 16 | 352 | 141 | 54 |
| Binary | 11 | 11000 | 11011011 | 1100011 | 1011001 | 0 | 1110 | 11101010 | 1100001 | 101100 |
Color Harmonies of #0318DB
Complementary color
Monochromatic Colors of #0318DB
Black with #0318DB
Text Example
Text Example
White with #0318DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318DB; }
p { color: rgb(3,24,219); }
H1.HeaderClassName
{
color: #0318DB;
}
.AnyTagClassName
{
color: #0318DB;
}
</style>
background-color css
<style>
a { background-color: #0318DB; }
a { background-color: rgb(3,24,219); }
div.DivClassName
{
background-color: #0318DB;
}
.BgClassName
{
background-color: #0318DB;
}
</style>
border-color css
<style>
span { border-color: #0318DB; }
span { border-color: rgb(3,24,219); }
td.TdClassName
{
border-color: #0318DB;
}
.TagClassName
{
border-color: #0318DB;
}
</style>