Html Css Color HEX #0824A3 International Klein Blue
📋 copy color: '#0824A3'red 8 ◦ green 36 ◦ blue 163
Shades of International Klein Blue #0824A3
Tints of International Klein Blue #0824A3
RGB
CMYK
RGB Variations
Color information
#0824A3 (or 0x0824A3) is known color: International Klein Blue. HEX triplet: 08, 24 and A3. RGB value is (8,36,163). Sum of RGB (Red+Green+Blue) = 8+36+163=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #0824A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0824A3 is #F7DB5C. Grayscale: #292929. Windows color (decimal): -16243549 or 10691592. OLE color: 10691592.
HSL color Cylindrical-coordinate representation of color #0824A3: hue angle of 229.16º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0824A3 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 36 | 163 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.36 |
| HSL | 229.16º | 0.91% | 0.34% | - |
| HSV(B) | 229.16º | 0.95% | 0.64% | - |
| XYZ | 7.34 | 3.96 | 35.03 | - |
| YUV | 42.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 163 | 0.95 | 0.78 | 0 | 0.36 | 229.16 | 0.91 | 0.34 |
| Hex | 8 | 24 | A3 | 5F | 4E | 0 | 24 | E5 | 5B | 22 |
| Octal | 10 | 44 | 243 | 137 | 116 | 0 | 44 | 345 | 133 | 42 |
| Binary | 1000 | 100100 | 10100011 | 1011111 | 1001110 | 0 | 100100 | 11100101 | 1011011 | 100010 |
Color Harmonies of #0824A3
Complementary color
Monochromatic Colors of #0824A3
Black with #0824A3
Text Example
Text Example
White with #0824A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824A3; }
p { color: rgb(8,36,163); }
H1.HeaderClassName
{
color: #0824A3;
}
.AnyTagClassName
{
color: #0824A3;
}
</style>
background-color css
<style>
a { background-color: #0824A3; }
a { background-color: rgb(8,36,163); }
div.DivClassName
{
background-color: #0824A3;
}
.BgClassName
{
background-color: #0824A3;
}
</style>
border-color css
<style>
span { border-color: #0824A3; }
span { border-color: rgb(8,36,163); }
td.TdClassName
{
border-color: #0824A3;
}
.TagClassName
{
border-color: #0824A3;
}
</style>