Html Css Color HEX #011D9C International Klein Blue
📋 copy color: '#011D9C'red 1 ◦ green 29 ◦ blue 156
Shades of International Klein Blue #011D9C
Tints of International Klein Blue #011D9C
RGB
CMYK
RGB Variations
Color information
#011D9C (or 0x011D9C) is known color: International Klein Blue. HEX triplet: 01, 1D and 9C. RGB value is (1,29,156). Sum of RGB (Red+Green+Blue) = 1+29+156=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #011D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D9C is #FEE263. Grayscale: #222222. Windows color (decimal): -16704100 or 10231041. OLE color: 10231041.
HSL color Cylindrical-coordinate representation of color #011D9C: hue angle of 229.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D9C is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 29 | 156 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.39 |
| HSL | 229.16º | 0.99% | 0.31% | - |
| HSV(B) | 229.16º | 0.99% | 0.61% | - |
| XYZ | 6.45 | 3.29 | 31.75 | - |
| YUV | 35.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 156 | 0.99 | 0.81 | 0 | 0.39 | 229.16 | 0.99 | 0.31 |
| Hex | 1 | 1D | 9C | 63 | 51 | 0 | 27 | E5 | 63 | 1F |
| Octal | 1 | 35 | 234 | 143 | 121 | 0 | 47 | 345 | 143 | 37 |
| Binary | 1 | 11101 | 10011100 | 1100011 | 1010001 | 0 | 100111 | 11100101 | 1100011 | 11111 |
Color Harmonies of #011D9C
Complementary color
Monochromatic Colors of #011D9C
Black with #011D9C
Text Example
Text Example
White with #011D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D9C; }
p { color: rgb(1,29,156); }
H1.HeaderClassName
{
color: #011D9C;
}
.AnyTagClassName
{
color: #011D9C;
}
</style>
background-color css
<style>
a { background-color: #011D9C; }
a { background-color: rgb(1,29,156); }
div.DivClassName
{
background-color: #011D9C;
}
.BgClassName
{
background-color: #011D9C;
}
</style>
border-color css
<style>
span { border-color: #011D9C; }
span { border-color: rgb(1,29,156); }
td.TdClassName
{
border-color: #011D9C;
}
.TagClassName
{
border-color: #011D9C;
}
</style>