Shades of Medium Blue #0A05CF
Tints of Medium Blue #0A05CF
RGB
CMYK
RGB Variations
Color information
#0A05CF (or 0x0A05CF) is known color: Medium Blue. HEX triplet: 0A, 05 and CF. RGB value is (10,5,207). Sum of RGB (Red+Green+Blue) = 10+5+207=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A05CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A05CF is #F5FA30. Grayscale: #1C1C1C. Windows color (decimal): -16120369 or 13567242. OLE color: 13567242.
HSL color Cylindrical-coordinate representation of color #0A05CF: hue angle of 241.49º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A05CF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 5 | 207 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.19 |
| HSL | 241.49º | 0.95% | 0.42% | - |
| HSV(B) | 241.49º | 0.98% | 0.81% | - |
| XYZ | 11.44 | 4.68 | 59.33 | - |
| YUV | 29.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 207 | 0.95 | 0.98 | 0 | 0.19 | 241.49 | 0.95 | 0.42 |
| Hex | A | 5 | CF | 5F | 62 | 0 | 13 | F1 | 5F | 2A |
| Octal | 12 | 5 | 317 | 137 | 142 | 0 | 23 | 361 | 137 | 52 |
| Binary | 1010 | 101 | 11001111 | 1011111 | 1100010 | 0 | 10011 | 11110001 | 1011111 | 101010 |
Color Harmonies of #0A05CF
Complementary color
Monochromatic Colors of #0A05CF
Black with #0A05CF
Text Example
Text Example
White with #0A05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A05CF; }
p { color: rgb(10,5,207); }
H1.HeaderClassName
{
color: #0A05CF;
}
.AnyTagClassName
{
color: #0A05CF;
}
</style>
background-color css
<style>
a { background-color: #0A05CF; }
a { background-color: rgb(10,5,207); }
div.DivClassName
{
background-color: #0A05CF;
}
.BgClassName
{
background-color: #0A05CF;
}
</style>
border-color css
<style>
span { border-color: #0A05CF; }
span { border-color: rgb(10,5,207); }
td.TdClassName
{
border-color: #0A05CF;
}
.TagClassName
{
border-color: #0A05CF;
}
</style>