Html Css Color HEX #011DB4 International Klein Blue
📋 copy color: '#011DB4'red 1 ◦ green 29 ◦ blue 180
Shades of International Klein Blue #011DB4
Tints of International Klein Blue #011DB4
RGB
CMYK
RGB Variations
Color information
#011DB4 (or 0x011DB4) is known color: International Klein Blue. HEX triplet: 01, 1D and B4. RGB value is (1,29,180). Sum of RGB (Red+Green+Blue) = 1+29+180=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 180 (70.70% from 255 or 85.71% from 210); Max value from RGB is 180 - color contains mainly: blue. Hex color #011DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DB4 is #FEE24B. Grayscale: #252525. Windows color (decimal): -16704076 or 11803905. OLE color: 11803905.
HSL color Cylindrical-coordinate representation of color #011DB4: hue angle of 230.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DB4 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 29 | 180 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.29 |
| HSL | 230.61º | 0.99% | 0.35% | - |
| HSV(B) | 230.61º | 0.99% | 0.71% | - |
| XYZ | 8.69 | 4.18 | 43.53 | - |
| YUV | 37.84 | 208.22 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 180 | 0.99 | 0.84 | 0 | 0.29 | 230.61 | 0.99 | 0.35 |
| Hex | 1 | 1D | B4 | 63 | 54 | 0 | 1D | E7 | 63 | 23 |
| Octal | 1 | 35 | 264 | 143 | 124 | 0 | 35 | 347 | 143 | 43 |
| Binary | 1 | 11101 | 10110100 | 1100011 | 1010100 | 0 | 11101 | 11100111 | 1100011 | 100011 |
Color Harmonies of #011DB4
Complementary color
Monochromatic Colors of #011DB4
Black with #011DB4
Text Example
Text Example
White with #011DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DB4; }
p { color: rgb(1,29,180); }
H1.HeaderClassName
{
color: #011DB4;
}
.AnyTagClassName
{
color: #011DB4;
}
</style>
background-color css
<style>
a { background-color: #011DB4; }
a { background-color: rgb(1,29,180); }
div.DivClassName
{
background-color: #011DB4;
}
.BgClassName
{
background-color: #011DB4;
}
</style>
border-color css
<style>
span { border-color: #011DB4; }
span { border-color: rgb(1,29,180); }
td.TdClassName
{
border-color: #011DB4;
}
.TagClassName
{
border-color: #011DB4;
}
</style>