Shades of Allports #095F8A
Tints of Allports #095F8A
RGB
CMYK
RGB Variations
Color information
#095F8A (or 0x095F8A) is known color: Allports. HEX triplet: 09, 5F and 8A. RGB value is (9,95,138). Sum of RGB (Red+Green+Blue) = 9+95+138=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #095F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F8A is #F6A075. Grayscale: #494949. Windows color (decimal): -16162934 or 9068297. OLE color: 9068297.
HSL color Cylindrical-coordinate representation of color #095F8A: hue angle of 200º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095F8A is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 95 | 138 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.46 |
| HSL | 200º | 0.88% | 0.29% | - |
| HSV(B) | 200º | 0.93% | 0.54% | - |
| XYZ | 8.79 | 10.08 | 25.53 | - |
| YUV | 74.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 138 | 0.93 | 0.31 | 0 | 0.46 | 200 | 0.88 | 0.29 |
| Hex | 9 | 5F | 8A | 5D | 1F | 0 | 2E | C8 | 58 | 1D |
| Octal | 11 | 137 | 212 | 135 | 37 | 0 | 56 | 310 | 130 | 35 |
| Binary | 1001 | 1011111 | 10001010 | 1011101 | 11111 | 0 | 101110 | 11001000 | 1011000 | 11101 |
Color Harmonies of #095F8A
Complementary color
Monochromatic Colors of #095F8A
Black with #095F8A
Text Example
Text Example
White with #095F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F8A; }
p { color: rgb(9,95,138); }
H1.HeaderClassName
{
color: #095F8A;
}
.AnyTagClassName
{
color: #095F8A;
}
</style>
background-color css
<style>
a { background-color: #095F8A; }
a { background-color: rgb(9,95,138); }
div.DivClassName
{
background-color: #095F8A;
}
.BgClassName
{
background-color: #095F8A;
}
</style>
border-color css
<style>
span { border-color: #095F8A; }
span { border-color: rgb(9,95,138); }
td.TdClassName
{
border-color: #095F8A;
}
.TagClassName
{
border-color: #095F8A;
}
</style>