Html Css Color HEX #0920BC International Klein Blue
📋 copy color: '#0920BC'red 9 ◦ green 32 ◦ blue 188
Shades of International Klein Blue #0920BC
Tints of International Klein Blue #0920BC
RGB
CMYK
RGB Variations
Color information
#0920BC (or 0x0920BC) is known color: International Klein Blue. HEX triplet: 09, 20 and BC. RGB value is (9,32,188). Sum of RGB (Red+Green+Blue) = 9+32+188=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0920BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920BC is #F6DF43. Grayscale: #2A2A2A. Windows color (decimal): -16179012 or 12328969. OLE color: 12328969.
HSL color Cylindrical-coordinate representation of color #0920BC: hue angle of 232.29º 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 #0920BC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 32 | 188 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.26 |
| HSL | 232.29º | 0.91% | 0.39% | - |
| HSV(B) | 232.29º | 0.95% | 0.74% | - |
| XYZ | 9.71 | 4.72 | 47.98 | - |
| YUV | 42.91 | 209.88 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 188 | 0.95 | 0.83 | 0 | 0.26 | 232.29 | 0.91 | 0.39 |
| Hex | 9 | 20 | BC | 5F | 53 | 0 | 1A | E8 | 5B | 27 |
| Octal | 11 | 40 | 274 | 137 | 123 | 0 | 32 | 350 | 133 | 47 |
| Binary | 1001 | 100000 | 10111100 | 1011111 | 1010011 | 0 | 11010 | 11101000 | 1011011 | 100111 |
Color Harmonies of #0920BC
Complementary color
Monochromatic Colors of #0920BC
Black with #0920BC
Text Example
Text Example
White with #0920BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920BC; }
p { color: rgb(9,32,188); }
H1.HeaderClassName
{
color: #0920BC;
}
.AnyTagClassName
{
color: #0920BC;
}
</style>
background-color css
<style>
a { background-color: #0920BC; }
a { background-color: rgb(9,32,188); }
div.DivClassName
{
background-color: #0920BC;
}
.BgClassName
{
background-color: #0920BC;
}
</style>
border-color css
<style>
span { border-color: #0920BC; }
span { border-color: rgb(9,32,188); }
td.TdClassName
{
border-color: #0920BC;
}
.TagClassName
{
border-color: #0920BC;
}
</style>