Html Css Color HEX #011DA6 International Klein Blue
📋 copy color: '#011DA6'red 1 ◦ green 29 ◦ blue 166
Shades of International Klein Blue #011DA6
Tints of International Klein Blue #011DA6
RGB
CMYK
RGB Variations
Color information
#011DA6 (or 0x011DA6) is known color: International Klein Blue. HEX triplet: 01, 1D and A6. RGB value is (1,29,166). Sum of RGB (Red+Green+Blue) = 1+29+166=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 166 (65.23% from 255 or 84.69% from 196); Max value from RGB is 166 - color contains mainly: blue. Hex color #011DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DA6 is #FEE259. Grayscale: #232323. Windows color (decimal): -16704090 or 10886401. OLE color: 10886401.
HSL color Cylindrical-coordinate representation of color #011DA6: hue angle of 229.82º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DA6 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 29 | 166 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.35 |
| HSL | 229.82º | 0.99% | 0.33% | - |
| HSV(B) | 229.82º | 0.99% | 0.65% | - |
| XYZ | 7.33 | 3.64 | 36.39 | - |
| YUV | 36.25 | 201.22 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 166 | 0.99 | 0.83 | 0 | 0.35 | 229.82 | 0.99 | 0.33 |
| Hex | 1 | 1D | A6 | 63 | 53 | 0 | 23 | E6 | 63 | 21 |
| Octal | 1 | 35 | 246 | 143 | 123 | 0 | 43 | 346 | 143 | 41 |
| Binary | 1 | 11101 | 10100110 | 1100011 | 1010011 | 0 | 100011 | 11100110 | 1100011 | 100001 |
Color Harmonies of #011DA6
Complementary color
Monochromatic Colors of #011DA6
Black with #011DA6
Text Example
Text Example
White with #011DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DA6; }
p { color: rgb(1,29,166); }
H1.HeaderClassName
{
color: #011DA6;
}
.AnyTagClassName
{
color: #011DA6;
}
</style>
background-color css
<style>
a { background-color: #011DA6; }
a { background-color: rgb(1,29,166); }
div.DivClassName
{
background-color: #011DA6;
}
.BgClassName
{
background-color: #011DA6;
}
</style>
border-color css
<style>
span { border-color: #011DA6; }
span { border-color: rgb(1,29,166); }
td.TdClassName
{
border-color: #011DA6;
}
.TagClassName
{
border-color: #011DA6;
}
</style>