Html Css Color HEX #0B19AD International Klein Blue
📋 copy color: '#0B19AD'red 11 ◦ green 25 ◦ blue 173
Shades of International Klein Blue #0B19AD
Tints of International Klein Blue #0B19AD
RGB
CMYK
RGB Variations
Color information
#0B19AD (or 0x0B19AD) is known color: International Klein Blue. HEX triplet: 0B, 19 and AD. RGB value is (11,25,173). Sum of RGB (Red+Green+Blue) = 11+25+173=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B19AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B19AD is #F4E652. Grayscale: #252525. Windows color (decimal): -16049747 or 11344139. OLE color: 11344139.
HSL color Cylindrical-coordinate representation of color #0B19AD: hue angle of 234.81º 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 #0B19AD is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 25 | 173 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.32 |
| HSL | 234.81º | 0.88% | 0.36% | - |
| HSV(B) | 234.81º | 0.94% | 0.68% | - |
| XYZ | 8.03 | 3.78 | 39.84 | - |
| YUV | 37.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 173 | 0.94 | 0.86 | 0 | 0.32 | 234.81 | 0.88 | 0.36 |
| Hex | B | 19 | AD | 5E | 56 | 0 | 20 | EB | 58 | 24 |
| Octal | 13 | 31 | 255 | 136 | 126 | 0 | 40 | 353 | 130 | 44 |
| Binary | 1011 | 11001 | 10101101 | 1011110 | 1010110 | 0 | 100000 | 11101011 | 1011000 | 100100 |
Color Harmonies of #0B19AD
Complementary color
Monochromatic Colors of #0B19AD
Black with #0B19AD
Text Example
Text Example
White with #0B19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B19AD; }
p { color: rgb(11,25,173); }
H1.HeaderClassName
{
color: #0B19AD;
}
.AnyTagClassName
{
color: #0B19AD;
}
</style>
background-color css
<style>
a { background-color: #0B19AD; }
a { background-color: rgb(11,25,173); }
div.DivClassName
{
background-color: #0B19AD;
}
.BgClassName
{
background-color: #0B19AD;
}
</style>
border-color css
<style>
span { border-color: #0B19AD; }
span { border-color: rgb(11,25,173); }
td.TdClassName
{
border-color: #0B19AD;
}
.TagClassName
{
border-color: #0B19AD;
}
</style>