Shades of Medium Blue #0003CF
Tints of Medium Blue #0003CF
RGB
CMYK
RGB Variations
Color information
#0003CF (or 0x0003CF) is known color: Medium Blue. HEX triplet: 00, 03 and CF. RGB value is (0,3,207). Sum of RGB (Red+Green+Blue) = 0+3+207=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 207 (81.25% from 255 or 98.57% from 210); Max value from RGB is 207 - color contains mainly: blue. Hex color #0003CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0003CF is #FFFC30. Grayscale: #181818. Windows color (decimal): -16776241 or 13566720. OLE color: 13566720.
HSL color Cylindrical-coordinate representation of color #0003CF: hue angle of 239.13º 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 #0003CF is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 3 | 207 | - |
| CMYK | 1 | 0.99 | 0 | 0.19 |
| HSL | 239.13º | 1% | 0.41% | - |
| HSV(B) | 239.13º | 1% | 0.81% | - |
| XYZ | 11.3 | 4.57 | 59.32 | - |
| YUV | 25.36 | 230.51 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 207 | 1 | 0.99 | 0 | 0.19 | 239.13 | 1 | 0.41 |
| Hex | 0 | 3 | CF | 64 | 63 | 0 | 13 | EF | 64 | 29 |
| Octal | 0 | 3 | 317 | 144 | 143 | 0 | 23 | 357 | 144 | 51 |
| Binary | 0 | 11 | 11001111 | 1100100 | 1100011 | 0 | 10011 | 11101111 | 1100100 | 101001 |
Color Harmonies of #0003CF
Complementary color
Monochromatic Colors of #0003CF
Black with #0003CF
Text Example
Text Example
White with #0003CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0003CF; }
p { color: rgb(0,3,207); }
H1.HeaderClassName
{
color: #0003CF;
}
.AnyTagClassName
{
color: #0003CF;
}
</style>
background-color css
<style>
a { background-color: #0003CF; }
a { background-color: rgb(0,3,207); }
div.DivClassName
{
background-color: #0003CF;
}
.BgClassName
{
background-color: #0003CF;
}
</style>
border-color css
<style>
span { border-color: #0003CF; }
span { border-color: rgb(0,3,207); }
td.TdClassName
{
border-color: #0003CF;
}
.TagClassName
{
border-color: #0003CF;
}
</style>