Shades of Allports #09638A
Tints of Allports #09638A
RGB
CMYK
RGB Variations
Color information
#09638A (or 0x09638A) is known color: Allports. HEX triplet: 09, 63 and 8A. RGB value is (9,99,138). Sum of RGB (Red+Green+Blue) = 9+99+138=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #09638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09638A is #F69C75. Grayscale: #4C4C4C. Windows color (decimal): -16161910 or 9069321. OLE color: 9069321.
HSL color Cylindrical-coordinate representation of color #09638A: hue angle of 198.14º 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 #09638A is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 99 | 138 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.46 |
| HSL | 198.14º | 0.88% | 0.29% | - |
| HSV(B) | 198.14º | 0.93% | 0.54% | - |
| XYZ | 9.16 | 10.82 | 25.65 | - |
| YUV | 76.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 138 | 0.93 | 0.28 | 0 | 0.46 | 198.14 | 0.88 | 0.29 |
| Hex | 9 | 63 | 8A | 5D | 1C | 0 | 2E | C6 | 58 | 1D |
| Octal | 11 | 143 | 212 | 135 | 34 | 0 | 56 | 306 | 130 | 35 |
| Binary | 1001 | 1100011 | 10001010 | 1011101 | 11100 | 0 | 101110 | 11000110 | 1011000 | 11101 |
Color Harmonies of #09638A
Complementary color
Monochromatic Colors of #09638A
Black with #09638A
Text Example
Text Example
White with #09638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09638A; }
p { color: rgb(9,99,138); }
H1.HeaderClassName
{
color: #09638A;
}
.AnyTagClassName
{
color: #09638A;
}
</style>
background-color css
<style>
a { background-color: #09638A; }
a { background-color: rgb(9,99,138); }
div.DivClassName
{
background-color: #09638A;
}
.BgClassName
{
background-color: #09638A;
}
</style>
border-color css
<style>
span { border-color: #09638A; }
span { border-color: rgb(9,99,138); }
td.TdClassName
{
border-color: #09638A;
}
.TagClassName
{
border-color: #09638A;
}
</style>