Html Css Color HEX #0B18AD International Klein Blue
📋 copy color: '#0B18AD'red 11 ◦ green 24 ◦ blue 173
Shades of International Klein Blue #0B18AD
Tints of International Klein Blue #0B18AD
RGB
CMYK
RGB Variations
Color information
#0B18AD (or 0x0B18AD) is known color: International Klein Blue. HEX triplet: 0B, 18 and AD. RGB value is (11,24,173). Sum of RGB (Red+Green+Blue) = 11+24+173=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B18AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B18AD is #F4E752. Grayscale: #242424. Windows color (decimal): -16050003 or 11343883. OLE color: 11343883.
HSL color Cylindrical-coordinate representation of color #0B18AD: hue angle of 235.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B18AD is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 24 | 173 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.32 |
| HSL | 235.19º | 0.88% | 0.36% | - |
| HSV(B) | 235.19º | 0.94% | 0.68% | - |
| XYZ | 8.01 | 3.74 | 39.84 | - |
| YUV | 37.1 | 204.69 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 173 | 0.94 | 0.86 | 0 | 0.32 | 235.19 | 0.88 | 0.36 |
| Hex | B | 18 | AD | 5E | 56 | 0 | 20 | EB | 58 | 24 |
| Octal | 13 | 30 | 255 | 136 | 126 | 0 | 40 | 353 | 130 | 44 |
| Binary | 1011 | 11000 | 10101101 | 1011110 | 1010110 | 0 | 100000 | 11101011 | 1011000 | 100100 |
Color Harmonies of #0B18AD
Complementary color
Monochromatic Colors of #0B18AD
Black with #0B18AD
Text Example
Text Example
White with #0B18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B18AD; }
p { color: rgb(11,24,173); }
H1.HeaderClassName
{
color: #0B18AD;
}
.AnyTagClassName
{
color: #0B18AD;
}
</style>
background-color css
<style>
a { background-color: #0B18AD; }
a { background-color: rgb(11,24,173); }
div.DivClassName
{
background-color: #0B18AD;
}
.BgClassName
{
background-color: #0B18AD;
}
</style>
border-color css
<style>
span { border-color: #0B18AD; }
span { border-color: rgb(11,24,173); }
td.TdClassName
{
border-color: #0B18AD;
}
.TagClassName
{
border-color: #0B18AD;
}
</style>