Html Css Color HEX #0928AB International Klein Blue
📋 copy color: '#0928AB'red 9 ◦ green 40 ◦ blue 171
Shades of International Klein Blue #0928AB
Tints of International Klein Blue #0928AB
RGB
CMYK
RGB Variations
Color information
#0928AB (or 0x0928AB) is known color: International Klein Blue. HEX triplet: 09, 28 and AB. RGB value is (9,40,171). Sum of RGB (Red+Green+Blue) = 9+40+171=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #0928AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AB is #F6D754. Grayscale: #2D2D2D. Windows color (decimal): -16176981 or 11216905. OLE color: 11216905.
HSL color Cylindrical-coordinate representation of color #0928AB: hue angle of 228.52º 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 #0928AB is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 40 | 171 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.33 |
| HSL | 228.52º | 0.9% | 0.35% | - |
| HSV(B) | 228.52º | 0.95% | 0.67% | - |
| XYZ | 8.22 | 4.52 | 38.97 | - |
| YUV | 45.67 | 198.73 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 171 | 0.95 | 0.77 | 0 | 0.33 | 228.52 | 0.9 | 0.35 |
| Hex | 9 | 28 | AB | 5F | 4D | 0 | 21 | E5 | 5A | 23 |
| Octal | 11 | 50 | 253 | 137 | 115 | 0 | 41 | 345 | 132 | 43 |
| Binary | 1001 | 101000 | 10101011 | 1011111 | 1001101 | 0 | 100001 | 11100101 | 1011010 | 100011 |
Color Harmonies of #0928AB
Complementary color
Monochromatic Colors of #0928AB
Black with #0928AB
Text Example
Text Example
White with #0928AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928AB; }
p { color: rgb(9,40,171); }
H1.HeaderClassName
{
color: #0928AB;
}
.AnyTagClassName
{
color: #0928AB;
}
</style>
background-color css
<style>
a { background-color: #0928AB; }
a { background-color: rgb(9,40,171); }
div.DivClassName
{
background-color: #0928AB;
}
.BgClassName
{
background-color: #0928AB;
}
</style>
border-color css
<style>
span { border-color: #0928AB; }
span { border-color: rgb(9,40,171); }
td.TdClassName
{
border-color: #0928AB;
}
.TagClassName
{
border-color: #0928AB;
}
</style>