Html Css Color HEX #0921BC International Klein Blue
📋 copy color: '#0921BC'red 9 ◦ green 33 ◦ blue 188
Shades of International Klein Blue #0921BC
Tints of International Klein Blue #0921BC
RGB
CMYK
RGB Variations
Color information
#0921BC (or 0x0921BC) is known color: International Klein Blue. HEX triplet: 09, 21 and BC. RGB value is (9,33,188). Sum of RGB (Red+Green+Blue) = 9+33+188=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0921BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0921BC is #F6DE43. Grayscale: #2A2A2A. Windows color (decimal): -16178756 or 12329225. OLE color: 12329225.
HSL color Cylindrical-coordinate representation of color #0921BC: hue angle of 231.96º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0921BC is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 33 | 188 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.26 |
| HSL | 231.96º | 0.91% | 0.39% | - |
| HSV(B) | 231.96º | 0.95% | 0.74% | - |
| XYZ | 9.73 | 4.78 | 47.99 | - |
| YUV | 43.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 188 | 0.95 | 0.82 | 0 | 0.26 | 231.96 | 0.91 | 0.39 |
| Hex | 9 | 21 | BC | 5F | 52 | 0 | 1A | E8 | 5B | 27 |
| Octal | 11 | 41 | 274 | 137 | 122 | 0 | 32 | 350 | 133 | 47 |
| Binary | 1001 | 100001 | 10111100 | 1011111 | 1010010 | 0 | 11010 | 11101000 | 1011011 | 100111 |
Color Harmonies of #0921BC
Complementary color
Monochromatic Colors of #0921BC
Black with #0921BC
Text Example
Text Example
White with #0921BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0921BC; }
p { color: rgb(9,33,188); }
H1.HeaderClassName
{
color: #0921BC;
}
.AnyTagClassName
{
color: #0921BC;
}
</style>
background-color css
<style>
a { background-color: #0921BC; }
a { background-color: rgb(9,33,188); }
div.DivClassName
{
background-color: #0921BC;
}
.BgClassName
{
background-color: #0921BC;
}
</style>
border-color css
<style>
span { border-color: #0921BC; }
span { border-color: rgb(9,33,188); }
td.TdClassName
{
border-color: #0921BC;
}
.TagClassName
{
border-color: #0921BC;
}
</style>