Html Css Color HEX #0928AA International Klein Blue
📋 copy color: '#0928AA'red 9 ◦ green 40 ◦ blue 170
Shades of International Klein Blue #0928AA
Tints of International Klein Blue #0928AA
RGB
CMYK
RGB Variations
Color information
#0928AA (or 0x0928AA) is known color: International Klein Blue. HEX triplet: 09, 28 and AA. RGB value is (9,40,170). Sum of RGB (Red+Green+Blue) = 9+40+170=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #0928AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AA is #F6D755. Grayscale: #2D2D2D. Windows color (decimal): -16176982 or 11151369. OLE color: 11151369.
HSL color Cylindrical-coordinate representation of color #0928AA: hue angle of 228.45º 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 #0928AA is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 40 | 170 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.33 |
| HSL | 228.45º | 0.9% | 0.35% | - |
| HSV(B) | 228.45º | 0.95% | 0.67% | - |
| XYZ | 8.13 | 4.48 | 38.47 | - |
| YUV | 45.55 | 198.23 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 170 | 0.95 | 0.76 | 0 | 0.33 | 228.45 | 0.9 | 0.35 |
| Hex | 9 | 28 | AA | 5F | 4C | 0 | 21 | E4 | 5A | 23 |
| Octal | 11 | 50 | 252 | 137 | 114 | 0 | 41 | 344 | 132 | 43 |
| Binary | 1001 | 101000 | 10101010 | 1011111 | 1001100 | 0 | 100001 | 11100100 | 1011010 | 100011 |
Color Harmonies of #0928AA
Complementary color
Monochromatic Colors of #0928AA
Black with #0928AA
Text Example
Text Example
White with #0928AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928AA; }
p { color: rgb(9,40,170); }
H1.HeaderClassName
{
color: #0928AA;
}
.AnyTagClassName
{
color: #0928AA;
}
</style>
background-color css
<style>
a { background-color: #0928AA; }
a { background-color: rgb(9,40,170); }
div.DivClassName
{
background-color: #0928AA;
}
.BgClassName
{
background-color: #0928AA;
}
</style>
border-color css
<style>
span { border-color: #0928AA; }
span { border-color: rgb(9,40,170); }
td.TdClassName
{
border-color: #0928AA;
}
.TagClassName
{
border-color: #0928AA;
}
</style>