Html Css Color HEX #091FBA International Klein Blue
📋 copy color: '#091FBA'red 9 ◦ green 31 ◦ blue 186
Shades of International Klein Blue #091FBA
Tints of International Klein Blue #091FBA
RGB
CMYK
RGB Variations
Color information
#091FBA (or 0x091FBA) is known color: International Klein Blue. HEX triplet: 09, 1F and BA. RGB value is (9,31,186). Sum of RGB (Red+Green+Blue) = 9+31+186=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #091FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FBA is #F6E045. Grayscale: #292929. Windows color (decimal): -16179270 or 12197641. OLE color: 12197641.
HSL color Cylindrical-coordinate representation of color #091FBA: hue angle of 232.54º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091FBA is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 31 | 186 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.27 |
| HSL | 232.54º | 0.91% | 0.38% | - |
| HSV(B) | 232.54º | 0.95% | 0.73% | - |
| XYZ | 9.47 | 4.58 | 46.84 | - |
| YUV | 42.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 186 | 0.95 | 0.83 | 0 | 0.27 | 232.54 | 0.91 | 0.38 |
| Hex | 9 | 1F | BA | 5F | 53 | 0 | 1B | E9 | 5B | 26 |
| Octal | 11 | 37 | 272 | 137 | 123 | 0 | 33 | 351 | 133 | 46 |
| Binary | 1001 | 11111 | 10111010 | 1011111 | 1010011 | 0 | 11011 | 11101001 | 1011011 | 100110 |
Color Harmonies of #091FBA
Complementary color
Monochromatic Colors of #091FBA
Black with #091FBA
Text Example
Text Example
White with #091FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FBA; }
p { color: rgb(9,31,186); }
H1.HeaderClassName
{
color: #091FBA;
}
.AnyTagClassName
{
color: #091FBA;
}
</style>
background-color css
<style>
a { background-color: #091FBA; }
a { background-color: rgb(9,31,186); }
div.DivClassName
{
background-color: #091FBA;
}
.BgClassName
{
background-color: #091FBA;
}
</style>
border-color css
<style>
span { border-color: #091FBA; }
span { border-color: rgb(9,31,186); }
td.TdClassName
{
border-color: #091FBA;
}
.TagClassName
{
border-color: #091FBA;
}
</style>