Html Css Color HEX #0928AC International Klein Blue
📋 copy color: '#0928AC'red 9 ◦ green 40 ◦ blue 172
Shades of International Klein Blue #0928AC
Tints of International Klein Blue #0928AC
RGB
CMYK
RGB Variations
Color information
#0928AC (or 0x0928AC) is known color: International Klein Blue. HEX triplet: 09, 28 and AC. RGB value is (9,40,172). Sum of RGB (Red+Green+Blue) = 9+40+172=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #0928AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AC is #F6D753. Grayscale: #2D2D2D. Windows color (decimal): -16176980 or 11282441. OLE color: 11282441.
HSL color Cylindrical-coordinate representation of color #0928AC: hue angle of 228.59º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0928AC is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 40 | 172 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.33 |
| HSL | 228.59º | 0.9% | 0.35% | - |
| HSV(B) | 228.59º | 0.95% | 0.67% | - |
| XYZ | 8.32 | 4.55 | 39.47 | - |
| YUV | 45.78 | 199.23 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 172 | 0.95 | 0.77 | 0 | 0.33 | 228.59 | 0.9 | 0.35 |
| Hex | 9 | 28 | AC | 5F | 4D | 0 | 21 | E5 | 5A | 23 |
| Octal | 11 | 50 | 254 | 137 | 115 | 0 | 41 | 345 | 132 | 43 |
| Binary | 1001 | 101000 | 10101100 | 1011111 | 1001101 | 0 | 100001 | 11100101 | 1011010 | 100011 |
Color Harmonies of #0928AC
Complementary color
Monochromatic Colors of #0928AC
Black with #0928AC
Text Example
Text Example
White with #0928AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928AC; }
p { color: rgb(9,40,172); }
H1.HeaderClassName
{
color: #0928AC;
}
.AnyTagClassName
{
color: #0928AC;
}
</style>
background-color css
<style>
a { background-color: #0928AC; }
a { background-color: rgb(9,40,172); }
div.DivClassName
{
background-color: #0928AC;
}
.BgClassName
{
background-color: #0928AC;
}
</style>
border-color css
<style>
span { border-color: #0928AC; }
span { border-color: rgb(9,40,172); }
td.TdClassName
{
border-color: #0928AC;
}
.TagClassName
{
border-color: #0928AC;
}
</style>