Html Css Color HEX #0817AD International Klein Blue
📋 copy color: '#0817AD'red 8 ◦ green 23 ◦ blue 173
Shades of International Klein Blue #0817AD
Tints of International Klein Blue #0817AD
RGB
CMYK
RGB Variations
Color information
#0817AD (or 0x0817AD) is known color: International Klein Blue. HEX triplet: 08, 17 and AD. RGB value is (8,23,173). Sum of RGB (Red+Green+Blue) = 8+23+173=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #0817AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0817AD is #F7E852. Grayscale: #232323. Windows color (decimal): -16246867 or 11343624. OLE color: 11343624.
HSL color Cylindrical-coordinate representation of color #0817AD: hue angle of 234.55º 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 #0817AD is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 23 | 173 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.32 |
| HSL | 234.55º | 0.91% | 0.35% | - |
| HSV(B) | 234.55º | 0.95% | 0.68% | - |
| XYZ | 7.95 | 3.68 | 39.83 | - |
| YUV | 35.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 173 | 0.95 | 0.87 | 0 | 0.32 | 234.55 | 0.91 | 0.35 |
| Hex | 8 | 17 | AD | 5F | 57 | 0 | 20 | EB | 5B | 23 |
| Octal | 10 | 27 | 255 | 137 | 127 | 0 | 40 | 353 | 133 | 43 |
| Binary | 1000 | 10111 | 10101101 | 1011111 | 1010111 | 0 | 100000 | 11101011 | 1011011 | 100011 |
Color Harmonies of #0817AD
Complementary color
Monochromatic Colors of #0817AD
Black with #0817AD
Text Example
Text Example
White with #0817AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0817AD; }
p { color: rgb(8,23,173); }
H1.HeaderClassName
{
color: #0817AD;
}
.AnyTagClassName
{
color: #0817AD;
}
</style>
background-color css
<style>
a { background-color: #0817AD; }
a { background-color: rgb(8,23,173); }
div.DivClassName
{
background-color: #0817AD;
}
.BgClassName
{
background-color: #0817AD;
}
</style>
border-color css
<style>
span { border-color: #0817AD; }
span { border-color: rgb(8,23,173); }
td.TdClassName
{
border-color: #0817AD;
}
.TagClassName
{
border-color: #0817AD;
}
</style>