Shades of Denim #0A4BCE
Tints of Denim #0A4BCE
RGB
CMYK
RGB Variations
Color information
#0A4BCE (or 0x0A4BCE) is known color: Denim. HEX triplet: 0A, 4B and CE. RGB value is (10,75,206). Sum of RGB (Red+Green+Blue) = 10+75+206=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A4BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4BCE is #F5B431. Grayscale: #454545. Windows color (decimal): -16102450 or 13519626. OLE color: 13519626.
HSL color Cylindrical-coordinate representation of color #0A4BCE: hue angle of 220.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4BCE is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 75 | 206 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.19 |
| HSL | 220.1º | 0.91% | 0.42% | - |
| HSV(B) | 220.1º | 0.95% | 0.81% | - |
| XYZ | 13.78 | 9.55 | 59.51 | - |
| YUV | 70.5 | 204.47 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 206 | 0.95 | 0.64 | 0 | 0.19 | 220.1 | 0.91 | 0.42 |
| Hex | A | 4B | CE | 5F | 40 | 0 | 13 | DC | 5B | 2A |
| Octal | 12 | 113 | 316 | 137 | 100 | 0 | 23 | 334 | 133 | 52 |
| Binary | 1010 | 1001011 | 11001110 | 1011111 | 1000000 | 0 | 10011 | 11011100 | 1011011 | 101010 |
Color Harmonies of #0A4BCE
Complementary color
Monochromatic Colors of #0A4BCE
Black with #0A4BCE
Text Example
Text Example
White with #0A4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4BCE; }
p { color: rgb(10,75,206); }
H1.HeaderClassName
{
color: #0A4BCE;
}
.AnyTagClassName
{
color: #0A4BCE;
}
</style>
background-color css
<style>
a { background-color: #0A4BCE; }
a { background-color: rgb(10,75,206); }
div.DivClassName
{
background-color: #0A4BCE;
}
.BgClassName
{
background-color: #0A4BCE;
}
</style>
border-color css
<style>
span { border-color: #0A4BCE; }
span { border-color: rgb(10,75,206); }
td.TdClassName
{
border-color: #0A4BCE;
}
.TagClassName
{
border-color: #0A4BCE;
}
</style>