Html Css Color HEX #091BBA International Klein Blue
📋 copy color: '#091BBA'red 9 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #091BBA
Tints of International Klein Blue #091BBA
RGB
CMYK
RGB Variations
Color information
#091BBA (or 0x091BBA) is known color: International Klein Blue. HEX triplet: 09, 1B and BA. RGB value is (9,27,186). Sum of RGB (Red+Green+Blue) = 9+27+186=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #091BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BBA is #F6E445. Grayscale: #272727. Windows color (decimal): -16180294 or 12196617. OLE color: 12196617.
HSL color Cylindrical-coordinate representation of color #091BBA: hue angle of 233.9º 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 #091BBA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 27 | 186 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.27 |
| HSL | 233.9º | 0.91% | 0.38% | - |
| HSV(B) | 233.9º | 0.95% | 0.73% | - |
| XYZ | 9.37 | 4.39 | 46.81 | - |
| YUV | 39.74 | 210.54 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 186 | 0.95 | 0.85 | 0 | 0.27 | 233.9 | 0.91 | 0.38 |
| Hex | 9 | 1B | BA | 5F | 55 | 0 | 1B | EA | 5B | 26 |
| Octal | 11 | 33 | 272 | 137 | 125 | 0 | 33 | 352 | 133 | 46 |
| Binary | 1001 | 11011 | 10111010 | 1011111 | 1010101 | 0 | 11011 | 11101010 | 1011011 | 100110 |
Color Harmonies of #091BBA
Complementary color
Monochromatic Colors of #091BBA
Black with #091BBA
Text Example
Text Example
White with #091BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BBA; }
p { color: rgb(9,27,186); }
H1.HeaderClassName
{
color: #091BBA;
}
.AnyTagClassName
{
color: #091BBA;
}
</style>
background-color css
<style>
a { background-color: #091BBA; }
a { background-color: rgb(9,27,186); }
div.DivClassName
{
background-color: #091BBA;
}
.BgClassName
{
background-color: #091BBA;
}
</style>
border-color css
<style>
span { border-color: #091BBA; }
span { border-color: rgb(9,27,186); }
td.TdClassName
{
border-color: #091BBA;
}
.TagClassName
{
border-color: #091BBA;
}
</style>