Shades of Cobalt #0143B3
Tints of Cobalt #0143B3
RGB
CMYK
RGB Variations
Color information
#0143B3 (or 0x0143B3) is known color: Cobalt. HEX triplet: 01, 43 and B3. RGB value is (1,67,179). Sum of RGB (Red+Green+Blue) = 1+67+179=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 179 (70.31% from 255 or 72.47% from 247); Max value from RGB is 179 - color contains mainly: blue. Hex color #0143B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0143B3 is #FEBC4C. Grayscale: #3B3B3B. Windows color (decimal): -16694349 or 11748097. OLE color: 11748097.
HSL color Cylindrical-coordinate representation of color #0143B3: hue angle of 217.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143B3 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 67 | 179 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.30 |
| HSL | 217.75º | 0.99% | 0.35% | - |
| HSV(B) | 217.75º | 0.99% | 0.7% | - |
| XYZ | 10.16 | 7.28 | 43.52 | - |
| YUV | 60.03 | 195.13 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 179 | 0.99 | 0.63 | 0 | 0.30 | 217.75 | 0.99 | 0.35 |
| Hex | 1 | 43 | B3 | 63 | 3F | 0 | 1E | DA | 63 | 23 |
| Octal | 1 | 103 | 263 | 143 | 77 | 0 | 36 | 332 | 143 | 43 |
| Binary | 1 | 1000011 | 10110011 | 1100011 | 111111 | 0 | 11110 | 11011010 | 1100011 | 100011 |
Color Harmonies of #0143B3
Complementary color
Monochromatic Colors of #0143B3
Black with #0143B3
Text Example
Text Example
White with #0143B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143B3; }
p { color: rgb(1,67,179); }
H1.HeaderClassName
{
color: #0143B3;
}
.AnyTagClassName
{
color: #0143B3;
}
</style>
background-color css
<style>
a { background-color: #0143B3; }
a { background-color: rgb(1,67,179); }
div.DivClassName
{
background-color: #0143B3;
}
.BgClassName
{
background-color: #0143B3;
}
</style>
border-color css
<style>
span { border-color: #0143B3; }
span { border-color: rgb(1,67,179); }
td.TdClassName
{
border-color: #0143B3;
}
.TagClassName
{
border-color: #0143B3;
}
</style>