Shades of Cobalt #093FB4
Tints of Cobalt #093FB4
RGB
CMYK
RGB Variations
Color information
#093FB4 (or 0x093FB4) is known color: Cobalt. HEX triplet: 09, 3F and B4. RGB value is (9,63,180). Sum of RGB (Red+Green+Blue) = 9+63+180=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #093FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FB4 is #F6C04B. Grayscale: #3B3B3B. Windows color (decimal): -16171084 or 11812617. OLE color: 11812617.
HSL color Cylindrical-coordinate representation of color #093FB4: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FB4 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 9 | 63 | 180 | - |
CMYK | 0.95 | 0.65 | 0 | 0.29 |
HSL | 221.05º | 0.9% | 0.37% | - |
HSV(B) | 221.05º | 0.95% | 0.71% | - |
XYZ | 10.13 | 6.91 | 43.98 | - |
YUV | 60.19 | 195.61 | 91.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 63 | 180 | 0.95 | 0.65 | 0 | 0.29 | 221.05 | 0.9 | 0.37 |
Hex | 9 | 3F | B4 | 5F | 41 | 0 | 1D | DD | 5A | 25 |
Octal | 11 | 77 | 264 | 137 | 101 | 0 | 35 | 335 | 132 | 45 |
Binary | 1001 | 111111 | 10110100 | 1011111 | 1000001 | 0 | 11101 | 11011101 | 1011010 | 100101 |
Color Harmonies of #093FB4
Complementary color
Monochromatic Colors of #093FB4
Black with #093FB4
Text Example
Text Example
White with #093FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FB4; }
p { color: rgb(9,63,180); }
H1.HeaderClassName
{
color: #093FB4;
}
.AnyTagClassName
{
color: #093FB4;
}
</style>
background-color css
<style>
a { background-color: #093FB4; }
a { background-color: rgb(9,63,180); }
div.DivClassName
{
background-color: #093FB4;
}
.BgClassName
{
background-color: #093FB4;
}
</style>
border-color css
<style>
span { border-color: #093FB4; }
span { border-color: rgb(9,63,180); }
td.TdClassName
{
border-color: #093FB4;
}
.TagClassName
{
border-color: #093FB4;
}
</style>