Html Css Color HEX #0924AD International Klein Blue
📋 copy color: '#0924AD'red 9 ◦ green 36 ◦ blue 173
Shades of International Klein Blue #0924AD
Tints of International Klein Blue #0924AD
RGB
CMYK
RGB Variations
Color information
#0924AD (or 0x0924AD) is known color: International Klein Blue. HEX triplet: 09, 24 and AD. RGB value is (9,36,173). Sum of RGB (Red+Green+Blue) = 9+36+173=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #0924AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924AD is #F6DB52. Grayscale: #2A2A2A. Windows color (decimal): -16178003 or 11346953. OLE color: 11346953.
HSL color Cylindrical-coordinate representation of color #0924AD: hue angle of 230.12º 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 #0924AD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 36 | 173 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.32 |
| HSL | 230.12º | 0.9% | 0.36% | - |
| HSV(B) | 230.12º | 0.95% | 0.68% | - |
| XYZ | 8.29 | 4.34 | 39.94 | - |
| YUV | 43.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 173 | 0.95 | 0.79 | 0 | 0.32 | 230.12 | 0.9 | 0.36 |
| Hex | 9 | 24 | AD | 5F | 4F | 0 | 20 | E6 | 5A | 24 |
| Octal | 11 | 44 | 255 | 137 | 117 | 0 | 40 | 346 | 132 | 44 |
| Binary | 1001 | 100100 | 10101101 | 1011111 | 1001111 | 0 | 100000 | 11100110 | 1011010 | 100100 |
Color Harmonies of #0924AD
Complementary color
Monochromatic Colors of #0924AD
Black with #0924AD
Text Example
Text Example
White with #0924AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0924AD; }
p { color: rgb(9,36,173); }
H1.HeaderClassName
{
color: #0924AD;
}
.AnyTagClassName
{
color: #0924AD;
}
</style>
background-color css
<style>
a { background-color: #0924AD; }
a { background-color: rgb(9,36,173); }
div.DivClassName
{
background-color: #0924AD;
}
.BgClassName
{
background-color: #0924AD;
}
</style>
border-color css
<style>
span { border-color: #0924AD; }
span { border-color: rgb(9,36,173); }
td.TdClassName
{
border-color: #0924AD;
}
.TagClassName
{
border-color: #0924AD;
}
</style>