Shades of Denim #095BB4
Tints of Denim #095BB4
RGB
CMYK
RGB Variations
Color information
#095BB4 (or 0x095BB4) is known color: Denim. HEX triplet: 09, 5B and B4. RGB value is (9,91,180). Sum of RGB (Red+Green+Blue) = 9+91+180=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #095BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BB4 is #F6A44B. Grayscale: #4C4C4C. Windows color (decimal): -16163916 or 11819785. OLE color: 11819785.
HSL color Cylindrical-coordinate representation of color #095BB4: hue angle of 211.23º 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 #095BB4 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 91 | 180 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.29 |
| HSL | 211.23º | 0.9% | 0.37% | - |
| HSV(B) | 211.23º | 0.95% | 0.71% | - |
| XYZ | 12.09 | 10.84 | 44.63 | - |
| YUV | 76.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 180 | 0.95 | 0.49 | 0 | 0.29 | 211.23 | 0.9 | 0.37 |
| Hex | 9 | 5B | B4 | 5F | 31 | 0 | 1D | D3 | 5A | 25 |
| Octal | 11 | 133 | 264 | 137 | 61 | 0 | 35 | 323 | 132 | 45 |
| Binary | 1001 | 1011011 | 10110100 | 1011111 | 110001 | 0 | 11101 | 11010011 | 1011010 | 100101 |
Color Harmonies of #095BB4
Complementary color
Monochromatic Colors of #095BB4
Black with #095BB4
Text Example
Text Example
White with #095BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BB4; }
p { color: rgb(9,91,180); }
H1.HeaderClassName
{
color: #095BB4;
}
.AnyTagClassName
{
color: #095BB4;
}
</style>
background-color css
<style>
a { background-color: #095BB4; }
a { background-color: rgb(9,91,180); }
div.DivClassName
{
background-color: #095BB4;
}
.BgClassName
{
background-color: #095BB4;
}
</style>
border-color css
<style>
span { border-color: #095BB4; }
span { border-color: rgb(9,91,180); }
td.TdClassName
{
border-color: #095BB4;
}
.TagClassName
{
border-color: #095BB4;
}
</style>