Shades of Cobalt #035B9C
Tints of Cobalt #035B9C
RGB
CMYK
RGB Variations
Color information
#035B9C (or 0x035B9C) is known color: Cobalt. HEX triplet: 03, 5B and 9C. RGB value is (3,91,156). Sum of RGB (Red+Green+Blue) = 3+91+156=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #035B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035B9C is #FCA463. Grayscale: #474747. Windows color (decimal): -16557156 or 10246915. OLE color: 10246915.
HSL color Cylindrical-coordinate representation of color #035B9C: hue angle of 205.49º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035B9C is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 91 | 156 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.39 |
| HSL | 205.49º | 0.96% | 0.31% | - |
| HSV(B) | 205.49º | 0.98% | 0.61% | - |
| XYZ | 9.78 | 9.9 | 32.85 | - |
| YUV | 72.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 156 | 0.98 | 0.42 | 0 | 0.39 | 205.49 | 0.96 | 0.31 |
| Hex | 3 | 5B | 9C | 62 | 2A | 0 | 27 | CD | 60 | 1F |
| Octal | 3 | 133 | 234 | 142 | 52 | 0 | 47 | 315 | 140 | 37 |
| Binary | 11 | 1011011 | 10011100 | 1100010 | 101010 | 0 | 100111 | 11001101 | 1100000 | 11111 |
Color Harmonies of #035B9C
Complementary color
Monochromatic Colors of #035B9C
Black with #035B9C
Text Example
Text Example
White with #035B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B9C; }
p { color: rgb(3,91,156); }
H1.HeaderClassName
{
color: #035B9C;
}
.AnyTagClassName
{
color: #035B9C;
}
</style>
background-color css
<style>
a { background-color: #035B9C; }
a { background-color: rgb(3,91,156); }
div.DivClassName
{
background-color: #035B9C;
}
.BgClassName
{
background-color: #035B9C;
}
</style>
border-color css
<style>
span { border-color: #035B9C; }
span { border-color: rgb(3,91,156); }
td.TdClassName
{
border-color: #035B9C;
}
.TagClassName
{
border-color: #035B9C;
}
</style>