Html Css Color HEX #011DB3 International Klein Blue
📋 copy color: '#011DB3'red 1 ◦ green 29 ◦ blue 179
Shades of International Klein Blue #011DB3
Tints of International Klein Blue #011DB3
RGB
CMYK
RGB Variations
Color information
#011DB3 (or 0x011DB3) is known color: International Klein Blue. HEX triplet: 01, 1D and B3. RGB value is (1,29,179). Sum of RGB (Red+Green+Blue) = 1+29+179=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 179 (70.31% from 255 or 85.65% from 209); Max value from RGB is 179 - color contains mainly: blue. Hex color #011DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DB3 is #FEE24C. Grayscale: #252525. Windows color (decimal): -16704077 or 11738369. OLE color: 11738369.
HSL color Cylindrical-coordinate representation of color #011DB3: hue angle of 230.56º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DB3 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 29 | 179 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.30 |
| HSL | 230.56º | 0.99% | 0.35% | - |
| HSV(B) | 230.56º | 0.99% | 0.7% | - |
| XYZ | 8.59 | 4.14 | 42.99 | - |
| YUV | 37.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 179 | 0.99 | 0.84 | 0 | 0.30 | 230.56 | 0.99 | 0.35 |
| Hex | 1 | 1D | B3 | 63 | 54 | 0 | 1E | E7 | 63 | 23 |
| Octal | 1 | 35 | 263 | 143 | 124 | 0 | 36 | 347 | 143 | 43 |
| Binary | 1 | 11101 | 10110011 | 1100011 | 1010100 | 0 | 11110 | 11100111 | 1100011 | 100011 |
Color Harmonies of #011DB3
Complementary color
Monochromatic Colors of #011DB3
Black with #011DB3
Text Example
Text Example
White with #011DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DB3; }
p { color: rgb(1,29,179); }
H1.HeaderClassName
{
color: #011DB3;
}
.AnyTagClassName
{
color: #011DB3;
}
</style>
background-color css
<style>
a { background-color: #011DB3; }
a { background-color: rgb(1,29,179); }
div.DivClassName
{
background-color: #011DB3;
}
.BgClassName
{
background-color: #011DB3;
}
</style>
border-color css
<style>
span { border-color: #011DB3; }
span { border-color: rgb(1,29,179); }
td.TdClassName
{
border-color: #011DB3;
}
.TagClassName
{
border-color: #011DB3;
}
</style>