Shades of Blue #0C03FB
Tints of Blue #0C03FB
RGB
CMYK
RGB Variations
Color information
#0C03FB (or 0x0C03FB) is known color: Blue. HEX triplet: 0C, 03 and FB. RGB value is (12,3,251). Sum of RGB (Red+Green+Blue) = 12+3+251=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 251 (98.44% from 255 or 94.36% from 266); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C03FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C03FB is #F3FC04. Grayscale: #202020. Windows color (decimal): -15989765 or 16450316. OLE color: 16450316.
HSL color Cylindrical-coordinate representation of color #0C03FB: hue angle of 242.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03FB is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 3 | 251 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.02 |
| HSL | 242.18º | 0.98% | 0.5% | - |
| HSV(B) | 242.18º | 0.99% | 0.98% | - |
| XYZ | 17.6 | 7.11 | 91.71 | - |
| YUV | 33.96 | 250.48 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 251 | 0.95 | 0.99 | 0 | 0.02 | 242.18 | 0.98 | 0.5 |
| Hex | C | 3 | FB | 5F | 63 | 0 | 2 | F2 | 62 | 32 |
| Octal | 14 | 3 | 373 | 137 | 143 | 0 | 2 | 362 | 142 | 62 |
| Binary | 1100 | 11 | 11111011 | 1011111 | 1100011 | 0 | 10 | 11110010 | 1100010 | 110010 |
Color Harmonies of #0C03FB
Complementary color
Monochromatic Colors of #0C03FB
Black with #0C03FB
Text Example
Text Example
White with #0C03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03FB; }
p { color: rgb(12,3,251); }
H1.HeaderClassName
{
color: #0C03FB;
}
.AnyTagClassName
{
color: #0C03FB;
}
</style>
background-color css
<style>
a { background-color: #0C03FB; }
a { background-color: rgb(12,3,251); }
div.DivClassName
{
background-color: #0C03FB;
}
.BgClassName
{
background-color: #0C03FB;
}
</style>
border-color css
<style>
span { border-color: #0C03FB; }
span { border-color: rgb(12,3,251); }
td.TdClassName
{
border-color: #0C03FB;
}
.TagClassName
{
border-color: #0C03FB;
}
</style>