Html Css Color HEX #0920AD International Klein Blue
📋 copy color: '#0920AD'red 9 ◦ green 32 ◦ blue 173
Shades of International Klein Blue #0920AD
Tints of International Klein Blue #0920AD
RGB
CMYK
RGB Variations
Color information
#0920AD (or 0x0920AD) is known color: International Klein Blue. HEX triplet: 09, 20 and AD. RGB value is (9,32,173). Sum of RGB (Red+Green+Blue) = 9+32+173=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #0920AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0920AD is #F6DF52. Grayscale: #282828. Windows color (decimal): -16179027 or 11345929. OLE color: 11345929.
HSL color Cylindrical-coordinate representation of color #0920AD: hue angle of 231.59º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0920AD is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 32 | 173 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.32 |
| HSL | 231.59º | 0.9% | 0.36% | - |
| HSV(B) | 231.59º | 0.95% | 0.68% | - |
| XYZ | 8.17 | 4.11 | 39.9 | - |
| YUV | 41.2 | 202.38 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 173 | 0.95 | 0.82 | 0 | 0.32 | 231.59 | 0.9 | 0.36 |
| Hex | 9 | 20 | AD | 5F | 52 | 0 | 20 | E8 | 5A | 24 |
| Octal | 11 | 40 | 255 | 137 | 122 | 0 | 40 | 350 | 132 | 44 |
| Binary | 1001 | 100000 | 10101101 | 1011111 | 1010010 | 0 | 100000 | 11101000 | 1011010 | 100100 |
Color Harmonies of #0920AD
Complementary color
Monochromatic Colors of #0920AD
Black with #0920AD
Text Example
Text Example
White with #0920AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920AD; }
p { color: rgb(9,32,173); }
H1.HeaderClassName
{
color: #0920AD;
}
.AnyTagClassName
{
color: #0920AD;
}
</style>
background-color css
<style>
a { background-color: #0920AD; }
a { background-color: rgb(9,32,173); }
div.DivClassName
{
background-color: #0920AD;
}
.BgClassName
{
background-color: #0920AD;
}
</style>
border-color css
<style>
span { border-color: #0920AD; }
span { border-color: rgb(9,32,173); }
td.TdClassName
{
border-color: #0920AD;
}
.TagClassName
{
border-color: #0920AD;
}
</style>