Html Css Color HEX #0824AD International Klein Blue
📋 copy color: '#0824AD'red 8 ◦ green 36 ◦ blue 173
Shades of International Klein Blue #0824AD
Tints of International Klein Blue #0824AD
RGB
CMYK
RGB Variations
Color information
#0824AD (or 0x0824AD) is known color: International Klein Blue. HEX triplet: 08, 24 and AD. RGB value is (8,36,173). Sum of RGB (Red+Green+Blue) = 8+36+173=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #0824AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0824AD is #F7DB52. Grayscale: #2A2A2A. Windows color (decimal): -16243539 or 11346952. OLE color: 11346952.
HSL color Cylindrical-coordinate representation of color #0824AD: hue angle of 229.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0824AD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 36 | 173 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.32 |
| HSL | 229.82º | 0.91% | 0.35% | - |
| HSV(B) | 229.82º | 0.95% | 0.68% | - |
| XYZ | 8.27 | 4.33 | 39.93 | - |
| YUV | 43.25 | 201.22 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 173 | 0.95 | 0.79 | 0 | 0.32 | 229.82 | 0.91 | 0.35 |
| Hex | 8 | 24 | AD | 5F | 4F | 0 | 20 | E6 | 5B | 23 |
| Octal | 10 | 44 | 255 | 137 | 117 | 0 | 40 | 346 | 133 | 43 |
| Binary | 1000 | 100100 | 10101101 | 1011111 | 1001111 | 0 | 100000 | 11100110 | 1011011 | 100011 |
Color Harmonies of #0824AD
Complementary color
Monochromatic Colors of #0824AD
Black with #0824AD
Text Example
Text Example
White with #0824AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824AD; }
p { color: rgb(8,36,173); }
H1.HeaderClassName
{
color: #0824AD;
}
.AnyTagClassName
{
color: #0824AD;
}
</style>
background-color css
<style>
a { background-color: #0824AD; }
a { background-color: rgb(8,36,173); }
div.DivClassName
{
background-color: #0824AD;
}
.BgClassName
{
background-color: #0824AD;
}
</style>
border-color css
<style>
span { border-color: #0824AD; }
span { border-color: rgb(8,36,173); }
td.TdClassName
{
border-color: #0824AD;
}
.TagClassName
{
border-color: #0824AD;
}
</style>