Shades of Denim #095CB3
Tints of Denim #095CB3
RGB
CMYK
RGB Variations
Color information
#095CB3 (or 0x095CB3) is known color: Denim. HEX triplet: 09, 5C and B3. RGB value is (9,92,179). Sum of RGB (Red+Green+Blue) = 9+92+179=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #095CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CB3 is #F6A34C. Grayscale: #4C4C4C. Windows color (decimal): -16163661 or 11754505. OLE color: 11754505.
HSL color Cylindrical-coordinate representation of color #095CB3: hue angle of 210.71º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CB3 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 92 | 179 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.30 |
| HSL | 210.71º | 0.9% | 0.37% | - |
| HSV(B) | 210.71º | 0.95% | 0.7% | - |
| XYZ | 12.08 | 10.97 | 44.13 | - |
| YUV | 77.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 179 | 0.95 | 0.49 | 0 | 0.30 | 210.71 | 0.9 | 0.37 |
| Hex | 9 | 5C | B3 | 5F | 31 | 0 | 1E | D3 | 5A | 25 |
| Octal | 11 | 134 | 263 | 137 | 61 | 0 | 36 | 323 | 132 | 45 |
| Binary | 1001 | 1011100 | 10110011 | 1011111 | 110001 | 0 | 11110 | 11010011 | 1011010 | 100101 |
Color Harmonies of #095CB3
Complementary color
Monochromatic Colors of #095CB3
Black with #095CB3
Text Example
Text Example
White with #095CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CB3; }
p { color: rgb(9,92,179); }
H1.HeaderClassName
{
color: #095CB3;
}
.AnyTagClassName
{
color: #095CB3;
}
</style>
background-color css
<style>
a { background-color: #095CB3; }
a { background-color: rgb(9,92,179); }
div.DivClassName
{
background-color: #095CB3;
}
.BgClassName
{
background-color: #095CB3;
}
</style>
border-color css
<style>
span { border-color: #095CB3; }
span { border-color: rgb(9,92,179); }
td.TdClassName
{
border-color: #095CB3;
}
.TagClassName
{
border-color: #095CB3;
}
</style>