Html Css Color HEX #091AA1 International Klein Blue
📋 copy color: '#091AA1'red 9 ◦ green 26 ◦ blue 161
Shades of International Klein Blue #091AA1
Tints of International Klein Blue #091AA1
RGB
CMYK
RGB Variations
Color information
#091AA1 (or 0x091AA1) is known color: International Klein Blue. HEX triplet: 09, 1A and A1. RGB value is (9,26,161). Sum of RGB (Red+Green+Blue) = 9+26+161=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 161 (63.28% from 255 or 82.14% from 196); Max value from RGB is 161 - color contains mainly: blue. Hex color #091AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AA1 is #F6E55E. Grayscale: #232323. Windows color (decimal): -16180575 or 10557961. OLE color: 10557961.
HSL color Cylindrical-coordinate representation of color #091AA1: hue angle of 233.29º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091AA1 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 26 | 161 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.37 |
| HSL | 233.29º | 0.89% | 0.33% | - |
| HSV(B) | 233.29º | 0.94% | 0.63% | - |
| XYZ | 6.92 | 3.37 | 34 | - |
| YUV | 36.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 161 | 0.94 | 0.84 | 0 | 0.37 | 233.29 | 0.89 | 0.33 |
| Hex | 9 | 1A | A1 | 5E | 54 | 0 | 25 | E9 | 59 | 21 |
| Octal | 11 | 32 | 241 | 136 | 124 | 0 | 45 | 351 | 131 | 41 |
| Binary | 1001 | 11010 | 10100001 | 1011110 | 1010100 | 0 | 100101 | 11101001 | 1011001 | 100001 |
Color Harmonies of #091AA1
Complementary color
Monochromatic Colors of #091AA1
Black with #091AA1
Text Example
Text Example
White with #091AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091AA1; }
p { color: rgb(9,26,161); }
H1.HeaderClassName
{
color: #091AA1;
}
.AnyTagClassName
{
color: #091AA1;
}
</style>
background-color css
<style>
a { background-color: #091AA1; }
a { background-color: rgb(9,26,161); }
div.DivClassName
{
background-color: #091AA1;
}
.BgClassName
{
background-color: #091AA1;
}
</style>
border-color css
<style>
span { border-color: #091AA1; }
span { border-color: rgb(9,26,161); }
td.TdClassName
{
border-color: #091AA1;
}
.TagClassName
{
border-color: #091AA1;
}
</style>