Shades of Cobalt #033BC1
Tints of Cobalt #033BC1
RGB
CMYK
RGB Variations
Color information
#033BC1 (or 0x033BC1) is known color: Cobalt. HEX triplet: 03, 3B and C1. RGB value is (3,59,193). Sum of RGB (Red+Green+Blue) = 3+59+193=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #033BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BC1 is #FCC43E. Grayscale: #383838. Windows color (decimal): -16565311 or 12663555. OLE color: 12663555.
HSL color Cylindrical-coordinate representation of color #033BC1: hue angle of 222.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BC1 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 59 | 193 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.24 |
| HSL | 222.32º | 0.97% | 0.38% | - |
| HSV(B) | 222.32º | 0.98% | 0.76% | - |
| XYZ | 11.23 | 7 | 51.21 | - |
| YUV | 57.53 | 204.45 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 193 | 0.98 | 0.69 | 0 | 0.24 | 222.32 | 0.97 | 0.38 |
| Hex | 3 | 3B | C1 | 62 | 45 | 0 | 18 | DE | 61 | 26 |
| Octal | 3 | 73 | 301 | 142 | 105 | 0 | 30 | 336 | 141 | 46 |
| Binary | 11 | 111011 | 11000001 | 1100010 | 1000101 | 0 | 11000 | 11011110 | 1100001 | 100110 |
Color Harmonies of #033BC1
Complementary color
Monochromatic Colors of #033BC1
Black with #033BC1
Text Example
Text Example
White with #033BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BC1; }
p { color: rgb(3,59,193); }
H1.HeaderClassName
{
color: #033BC1;
}
.AnyTagClassName
{
color: #033BC1;
}
</style>
background-color css
<style>
a { background-color: #033BC1; }
a { background-color: rgb(3,59,193); }
div.DivClassName
{
background-color: #033BC1;
}
.BgClassName
{
background-color: #033BC1;
}
</style>
border-color css
<style>
span { border-color: #033BC1; }
span { border-color: rgb(3,59,193); }
td.TdClassName
{
border-color: #033BC1;
}
.TagClassName
{
border-color: #033BC1;
}
</style>