Html Css Color HEX #0921B9 International Klein Blue
📋 copy color: '#0921B9'red 9 ◦ green 33 ◦ blue 185
Shades of International Klein Blue #0921B9
Tints of International Klein Blue #0921B9
RGB
CMYK
RGB Variations
Color information
#0921B9 (or 0x0921B9) is known color: International Klein Blue. HEX triplet: 09, 21 and B9. RGB value is (9,33,185). Sum of RGB (Red+Green+Blue) = 9+33+185=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 185 (72.66% from 255 or 81.50% from 227); Max value from RGB is 185 - color contains mainly: blue. Hex color #0921B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0921B9 is #F6DE46. Grayscale: #2A2A2A. Windows color (decimal): -16178759 or 12132617. OLE color: 12132617.
HSL color Cylindrical-coordinate representation of color #0921B9: hue angle of 231.82º 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 #0921B9 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 33 | 185 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.27 |
| HSL | 231.82º | 0.91% | 0.38% | - |
| HSV(B) | 231.82º | 0.95% | 0.73% | - |
| XYZ | 9.41 | 4.65 | 46.3 | - |
| YUV | 43.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 185 | 0.95 | 0.82 | 0 | 0.27 | 231.82 | 0.91 | 0.38 |
| Hex | 9 | 21 | B9 | 5F | 52 | 0 | 1B | E8 | 5B | 26 |
| Octal | 11 | 41 | 271 | 137 | 122 | 0 | 33 | 350 | 133 | 46 |
| Binary | 1001 | 100001 | 10111001 | 1011111 | 1010010 | 0 | 11011 | 11101000 | 1011011 | 100110 |
Color Harmonies of #0921B9
Complementary color
Monochromatic Colors of #0921B9
Black with #0921B9
Text Example
Text Example
White with #0921B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0921B9; }
p { color: rgb(9,33,185); }
H1.HeaderClassName
{
color: #0921B9;
}
.AnyTagClassName
{
color: #0921B9;
}
</style>
background-color css
<style>
a { background-color: #0921B9; }
a { background-color: rgb(9,33,185); }
div.DivClassName
{
background-color: #0921B9;
}
.BgClassName
{
background-color: #0921B9;
}
</style>
border-color css
<style>
span { border-color: #0921B9; }
span { border-color: rgb(9,33,185); }
td.TdClassName
{
border-color: #0921B9;
}
.TagClassName
{
border-color: #0921B9;
}
</style>