Html Css Color HEX #091AB8 International Klein Blue
📋 copy color: '#091AB8'red 9 ◦ green 26 ◦ blue 184
Shades of International Klein Blue #091AB8
Tints of International Klein Blue #091AB8
RGB
CMYK
RGB Variations
Color information
#091AB8 (or 0x091AB8) is known color: International Klein Blue. HEX triplet: 09, 1A and B8. RGB value is (9,26,184). Sum of RGB (Red+Green+Blue) = 9+26+184=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 184 (72.27% from 255 or 84.02% from 219); Max value from RGB is 184 - color contains mainly: blue. Hex color #091AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091AB8 is #F6E547. Grayscale: #262626. Windows color (decimal): -16180552 or 12065289. OLE color: 12065289.
HSL color Cylindrical-coordinate representation of color #091AB8: hue angle of 234.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091AB8 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 26 | 184 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.28 |
| HSL | 234.17º | 0.91% | 0.38% | - |
| HSV(B) | 234.17º | 0.95% | 0.72% | - |
| XYZ | 9.13 | 4.26 | 45.69 | - |
| YUV | 38.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 184 | 0.95 | 0.86 | 0 | 0.28 | 234.17 | 0.91 | 0.38 |
| Hex | 9 | 1A | B8 | 5F | 56 | 0 | 1C | EA | 5B | 26 |
| Octal | 11 | 32 | 270 | 137 | 126 | 0 | 34 | 352 | 133 | 46 |
| Binary | 1001 | 11010 | 10111000 | 1011111 | 1010110 | 0 | 11100 | 11101010 | 1011011 | 100110 |
Color Harmonies of #091AB8
Complementary color
Monochromatic Colors of #091AB8
Black with #091AB8
Text Example
Text Example
White with #091AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091AB8; }
p { color: rgb(9,26,184); }
H1.HeaderClassName
{
color: #091AB8;
}
.AnyTagClassName
{
color: #091AB8;
}
</style>
background-color css
<style>
a { background-color: #091AB8; }
a { background-color: rgb(9,26,184); }
div.DivClassName
{
background-color: #091AB8;
}
.BgClassName
{
background-color: #091AB8;
}
</style>
border-color css
<style>
span { border-color: #091AB8; }
span { border-color: rgb(9,26,184); }
td.TdClassName
{
border-color: #091AB8;
}
.TagClassName
{
border-color: #091AB8;
}
</style>