Html Css Color HEX #091AAD International Klein Blue
📋 copy color: '#091AAD'red 9 ◦ green 26 ◦ blue 173
Shades of International Klein Blue #091AAD
Tints of International Klein Blue #091AAD
RGB
CMYK
RGB Variations
Color information
#091AAD (or 0x091AAD) is known color: International Klein Blue. HEX triplet: 09, 1A and AD. RGB value is (9,26,173). Sum of RGB (Red+Green+Blue) = 9+26+173=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #091AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AAD is #F6E552. Grayscale: #252525. Windows color (decimal): -16180563 or 11344393. OLE color: 11344393.
HSL color Cylindrical-coordinate representation of color #091AAD: hue angle of 233.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091AAD is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 26 | 173 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.32 |
| HSL | 233.78º | 0.9% | 0.36% | - |
| HSV(B) | 233.78º | 0.95% | 0.68% | - |
| XYZ | 8.02 | 3.81 | 39.85 | - |
| YUV | 37.68 | 204.37 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 173 | 0.95 | 0.85 | 0 | 0.32 | 233.78 | 0.9 | 0.36 |
| Hex | 9 | 1A | AD | 5F | 55 | 0 | 20 | EA | 5A | 24 |
| Octal | 11 | 32 | 255 | 137 | 125 | 0 | 40 | 352 | 132 | 44 |
| Binary | 1001 | 11010 | 10101101 | 1011111 | 1010101 | 0 | 100000 | 11101010 | 1011010 | 100100 |
Color Harmonies of #091AAD
Complementary color
Monochromatic Colors of #091AAD
Black with #091AAD
Text Example
Text Example
White with #091AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091AAD; }
p { color: rgb(9,26,173); }
H1.HeaderClassName
{
color: #091AAD;
}
.AnyTagClassName
{
color: #091AAD;
}
</style>
background-color css
<style>
a { background-color: #091AAD; }
a { background-color: rgb(9,26,173); }
div.DivClassName
{
background-color: #091AAD;
}
.BgClassName
{
background-color: #091AAD;
}
</style>
border-color css
<style>
span { border-color: #091AAD; }
span { border-color: rgb(9,26,173); }
td.TdClassName
{
border-color: #091AAD;
}
.TagClassName
{
border-color: #091AAD;
}
</style>