Shades of Medium Blue #0005CF
Tints of Medium Blue #0005CF
RGB
CMYK
RGB Variations
Color information
#0005CF (or 0x0005CF) is known color: Medium Blue. HEX triplet: 00, 05 and CF. RGB value is (0,5,207). Sum of RGB (Red+Green+Blue) = 0+5+207=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 207 (81.25% from 255 or 97.64% from 212); Max value from RGB is 207 - color contains mainly: blue. Hex color #0005CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0005CF is #FFFA30. Grayscale: #191919. Windows color (decimal): -16775729 or 13567232. OLE color: 13567232.
HSL color Cylindrical-coordinate representation of color #0005CF: hue angle of 238.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005CF is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 5 | 207 | - |
| CMYK | 1 | 0.98 | 0 | 0.19 |
| HSL | 238.55º | 1% | 0.41% | - |
| HSV(B) | 238.55º | 1% | 0.81% | - |
| XYZ | 11.32 | 4.61 | 59.33 | - |
| YUV | 26.53 | 229.84 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 207 | 1 | 0.98 | 0 | 0.19 | 238.55 | 1 | 0.41 |
| Hex | 0 | 5 | CF | 64 | 62 | 0 | 13 | EF | 64 | 29 |
| Octal | 0 | 5 | 317 | 144 | 142 | 0 | 23 | 357 | 144 | 51 |
| Binary | 0 | 101 | 11001111 | 1100100 | 1100010 | 0 | 10011 | 11101111 | 1100100 | 101001 |
Color Harmonies of #0005CF
Complementary color
Monochromatic Colors of #0005CF
Black with #0005CF
Text Example
Text Example
White with #0005CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0005CF; }
p { color: rgb(0,5,207); }
H1.HeaderClassName
{
color: #0005CF;
}
.AnyTagClassName
{
color: #0005CF;
}
</style>
background-color css
<style>
a { background-color: #0005CF; }
a { background-color: rgb(0,5,207); }
div.DivClassName
{
background-color: #0005CF;
}
.BgClassName
{
background-color: #0005CF;
}
</style>
border-color css
<style>
span { border-color: #0005CF; }
span { border-color: rgb(0,5,207); }
td.TdClassName
{
border-color: #0005CF;
}
.TagClassName
{
border-color: #0005CF;
}
</style>