Shades of Denim #094BCB
Tints of Denim #094BCB
RGB
CMYK
RGB Variations
Color information
#094BCB (or 0x094BCB) is known color: Denim. HEX triplet: 09, 4B and CB. RGB value is (9,75,203). Sum of RGB (Red+Green+Blue) = 9+75+203=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #094BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BCB is #F6B434. Grayscale: #454545. Windows color (decimal): -16167989 or 13323017. OLE color: 13323017.
HSL color Cylindrical-coordinate representation of color #094BCB: hue angle of 219.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094BCB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 75 | 203 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.20 |
| HSL | 219.59º | 0.92% | 0.42% | - |
| HSV(B) | 219.59º | 0.96% | 0.8% | - |
| XYZ | 13.41 | 9.4 | 57.61 | - |
| YUV | 69.86 | 203.13 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 203 | 0.96 | 0.63 | 0 | 0.20 | 219.59 | 0.92 | 0.42 |
| Hex | 9 | 4B | CB | 60 | 3F | 0 | 14 | DC | 5C | 2A |
| Octal | 11 | 113 | 313 | 140 | 77 | 0 | 24 | 334 | 134 | 52 |
| Binary | 1001 | 1001011 | 11001011 | 1100000 | 111111 | 0 | 10100 | 11011100 | 1011100 | 101010 |
Color Harmonies of #094BCB
Complementary color
Monochromatic Colors of #094BCB
Black with #094BCB
Text Example
Text Example
White with #094BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094BCB; }
p { color: rgb(9,75,203); }
H1.HeaderClassName
{
color: #094BCB;
}
.AnyTagClassName
{
color: #094BCB;
}
</style>
background-color css
<style>
a { background-color: #094BCB; }
a { background-color: rgb(9,75,203); }
div.DivClassName
{
background-color: #094BCB;
}
.BgClassName
{
background-color: #094BCB;
}
</style>
border-color css
<style>
span { border-color: #094BCB; }
span { border-color: rgb(9,75,203); }
td.TdClassName
{
border-color: #094BCB;
}
.TagClassName
{
border-color: #094BCB;
}
</style>