Html Css Color HEX #0831AD International Klein Blue
📋 copy color: '#0831AD'red 8 ◦ green 49 ◦ blue 173
Shades of International Klein Blue #0831AD
Tints of International Klein Blue #0831AD
RGB
CMYK
RGB Variations
Color information
#0831AD (or 0x0831AD) is known color: International Klein Blue. HEX triplet: 08, 31 and AD. RGB value is (8,49,173). Sum of RGB (Red+Green+Blue) = 8+49+173=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #0831AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0831AD is #F7CE52. Grayscale: #323232. Windows color (decimal): -16240211 or 11350280. OLE color: 11350280.
HSL color Cylindrical-coordinate representation of color #0831AD: hue angle of 225.09º 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 #0831AD is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 49 | 173 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.32 |
| HSL | 225.09º | 0.91% | 0.35% | - |
| HSV(B) | 225.09º | 0.95% | 0.68% | - |
| XYZ | 8.74 | 5.27 | 40.09 | - |
| YUV | 50.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 173 | 0.95 | 0.72 | 0 | 0.32 | 225.09 | 0.91 | 0.35 |
| Hex | 8 | 31 | AD | 5F | 48 | 0 | 20 | E1 | 5B | 23 |
| Octal | 10 | 61 | 255 | 137 | 110 | 0 | 40 | 341 | 133 | 43 |
| Binary | 1000 | 110001 | 10101101 | 1011111 | 1001000 | 0 | 100000 | 11100001 | 1011011 | 100011 |
Color Harmonies of #0831AD
Complementary color
Monochromatic Colors of #0831AD
Black with #0831AD
Text Example
Text Example
White with #0831AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831AD; }
p { color: rgb(8,49,173); }
H1.HeaderClassName
{
color: #0831AD;
}
.AnyTagClassName
{
color: #0831AD;
}
</style>
background-color css
<style>
a { background-color: #0831AD; }
a { background-color: rgb(8,49,173); }
div.DivClassName
{
background-color: #0831AD;
}
.BgClassName
{
background-color: #0831AD;
}
</style>
border-color css
<style>
span { border-color: #0831AD; }
span { border-color: rgb(8,49,173); }
td.TdClassName
{
border-color: #0831AD;
}
.TagClassName
{
border-color: #0831AD;
}
</style>