Html Css Color HEX #011DB8 International Klein Blue
📋 copy color: '#011DB8'red 1 ◦ green 29 ◦ blue 184
Shades of International Klein Blue #011DB8
Tints of International Klein Blue #011DB8
RGB
CMYK
RGB Variations
Color information
#011DB8 (or 0x011DB8) is known color: International Klein Blue. HEX triplet: 01, 1D and B8. RGB value is (1,29,184). Sum of RGB (Red+Green+Blue) = 1+29+184=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 184 (72.27% from 255 or 85.98% from 214); Max value from RGB is 184 - color contains mainly: blue. Hex color #011DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DB8 is #FEE247. Grayscale: #252525. Windows color (decimal): -16704072 or 12066049. OLE color: 12066049.
HSL color Cylindrical-coordinate representation of color #011DB8: hue angle of 230.82º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DB8 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 29 | 184 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.28 |
| HSL | 230.82º | 0.99% | 0.36% | - |
| HSV(B) | 230.82º | 0.99% | 0.72% | - |
| XYZ | 9.1 | 4.35 | 45.71 | - |
| YUV | 38.3 | 210.22 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 184 | 0.99 | 0.84 | 0 | 0.28 | 230.82 | 0.99 | 0.36 |
| Hex | 1 | 1D | B8 | 63 | 54 | 0 | 1C | E7 | 63 | 24 |
| Octal | 1 | 35 | 270 | 143 | 124 | 0 | 34 | 347 | 143 | 44 |
| Binary | 1 | 11101 | 10111000 | 1100011 | 1010100 | 0 | 11100 | 11100111 | 1100011 | 100100 |
Color Harmonies of #011DB8
Complementary color
Monochromatic Colors of #011DB8
Black with #011DB8
Text Example
Text Example
White with #011DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DB8; }
p { color: rgb(1,29,184); }
H1.HeaderClassName
{
color: #011DB8;
}
.AnyTagClassName
{
color: #011DB8;
}
</style>
background-color css
<style>
a { background-color: #011DB8; }
a { background-color: rgb(1,29,184); }
div.DivClassName
{
background-color: #011DB8;
}
.BgClassName
{
background-color: #011DB8;
}
</style>
border-color css
<style>
span { border-color: #011DB8; }
span { border-color: rgb(1,29,184); }
td.TdClassName
{
border-color: #011DB8;
}
.TagClassName
{
border-color: #011DB8;
}
</style>