Shades of Blue #0C3DFF
Tints of Blue #0C3DFF
RGB
CMYK
RGB Variations
Color information
#0C3DFF (or 0x0C3DFF) is known color: Blue. HEX triplet: 0C, 3D and FF. RGB value is (12,61,255). Sum of RGB (Red+Green+Blue) = 12+61+255=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C3DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3DFF is #F3C200. Grayscale: #434343. Windows color (decimal): -15974913 or 16727308. OLE color: 16727308.
HSL color Cylindrical-coordinate representation of color #0C3DFF: hue angle of 227.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3DFF is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 61 | 255 | - |
| CMYK | 0.95 | 0.76 | 0 | 0 |
| HSL | 227.9º | 1% | 0.52% | - |
| HSV(B) | 227.9º | 0.95% | 1% | - |
| XYZ | 19.87 | 10.64 | 95.61 | - |
| YUV | 68.47 | 233.27 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 255 | 0.95 | 0.76 | 0 | 0 | 227.9 | 1 | 0.52 |
| Hex | C | 3D | FF | 5F | 4C | 0 | 0 | E4 | 64 | 34 |
| Octal | 14 | 75 | 377 | 137 | 114 | 0 | 0 | 344 | 144 | 64 |
| Binary | 1100 | 111101 | 11111111 | 1011111 | 1001100 | 0 | 0 | 11100100 | 1100100 | 110100 |
Color Harmonies of #0C3DFF
Complementary color
Monochromatic Colors of #0C3DFF
Black with #0C3DFF
Text Example
Text Example
White with #0C3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DFF; }
p { color: rgb(12,61,255); }
H1.HeaderClassName
{
color: #0C3DFF;
}
.AnyTagClassName
{
color: #0C3DFF;
}
</style>
background-color css
<style>
a { background-color: #0C3DFF; }
a { background-color: rgb(12,61,255); }
div.DivClassName
{
background-color: #0C3DFF;
}
.BgClassName
{
background-color: #0C3DFF;
}
</style>
border-color css
<style>
span { border-color: #0C3DFF; }
span { border-color: rgb(12,61,255); }
td.TdClassName
{
border-color: #0C3DFF;
}
.TagClassName
{
border-color: #0C3DFF;
}
</style>