Html Css Color HEX #091DBB International Klein Blue
📋 copy color: '#091DBB'red 9 ◦ green 29 ◦ blue 187
Shades of International Klein Blue #091DBB
Tints of International Klein Blue #091DBB
RGB
CMYK
RGB Variations
Color information
#091DBB (or 0x091DBB) is known color: International Klein Blue. HEX triplet: 09, 1D and BB. RGB value is (9,29,187). Sum of RGB (Red+Green+Blue) = 9+29+187=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #091DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DBB is #F6E244. Grayscale: #282828. Windows color (decimal): -16179781 or 12262665. OLE color: 12262665.
HSL color Cylindrical-coordinate representation of color #091DBB: hue angle of 233.26º 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 #091DBB is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 29 | 187 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.27 |
| HSL | 233.26º | 0.91% | 0.38% | - |
| HSV(B) | 233.26º | 0.95% | 0.73% | - |
| XYZ | 9.52 | 4.52 | 47.39 | - |
| YUV | 41.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 187 | 0.95 | 0.84 | 0 | 0.27 | 233.26 | 0.91 | 0.38 |
| Hex | 9 | 1D | BB | 5F | 54 | 0 | 1B | E9 | 5B | 26 |
| Octal | 11 | 35 | 273 | 137 | 124 | 0 | 33 | 351 | 133 | 46 |
| Binary | 1001 | 11101 | 10111011 | 1011111 | 1010100 | 0 | 11011 | 11101001 | 1011011 | 100110 |
Color Harmonies of #091DBB
Complementary color
Monochromatic Colors of #091DBB
Black with #091DBB
Text Example
Text Example
White with #091DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DBB; }
p { color: rgb(9,29,187); }
H1.HeaderClassName
{
color: #091DBB;
}
.AnyTagClassName
{
color: #091DBB;
}
</style>
background-color css
<style>
a { background-color: #091DBB; }
a { background-color: rgb(9,29,187); }
div.DivClassName
{
background-color: #091DBB;
}
.BgClassName
{
background-color: #091DBB;
}
</style>
border-color css
<style>
span { border-color: #091DBB; }
span { border-color: rgb(9,29,187); }
td.TdClassName
{
border-color: #091DBB;
}
.TagClassName
{
border-color: #091DBB;
}
</style>