Html Css Color HEX #011DA5 International Klein Blue
📋 copy color: '#011DA5'red 1 ◦ green 29 ◦ blue 165
Shades of International Klein Blue #011DA5
Tints of International Klein Blue #011DA5
RGB
CMYK
RGB Variations
Color information
#011DA5 (or 0x011DA5) is known color: International Klein Blue. HEX triplet: 01, 1D and A5. RGB value is (1,29,165). Sum of RGB (Red+Green+Blue) = 1+29+165=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 165 (64.84% from 255 or 84.62% from 195); Max value from RGB is 165 - color contains mainly: blue. Hex color #011DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DA5 is #FEE25A. Grayscale: #232323. Windows color (decimal): -16704091 or 10820865. OLE color: 10820865.
HSL color Cylindrical-coordinate representation of color #011DA5: hue angle of 229.76º 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 #011DA5 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 29 | 165 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.35 |
| HSL | 229.76º | 0.99% | 0.33% | - |
| HSV(B) | 229.76º | 0.99% | 0.65% | - |
| XYZ | 7.24 | 3.6 | 35.91 | - |
| YUV | 36.13 | 200.72 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 165 | 0.99 | 0.82 | 0 | 0.35 | 229.76 | 0.99 | 0.33 |
| Hex | 1 | 1D | A5 | 63 | 52 | 0 | 23 | E6 | 63 | 21 |
| Octal | 1 | 35 | 245 | 143 | 122 | 0 | 43 | 346 | 143 | 41 |
| Binary | 1 | 11101 | 10100101 | 1100011 | 1010010 | 0 | 100011 | 11100110 | 1100011 | 100001 |
Color Harmonies of #011DA5
Complementary color
Monochromatic Colors of #011DA5
Black with #011DA5
Text Example
Text Example
White with #011DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DA5; }
p { color: rgb(1,29,165); }
H1.HeaderClassName
{
color: #011DA5;
}
.AnyTagClassName
{
color: #011DA5;
}
</style>
background-color css
<style>
a { background-color: #011DA5; }
a { background-color: rgb(1,29,165); }
div.DivClassName
{
background-color: #011DA5;
}
.BgClassName
{
background-color: #011DA5;
}
</style>
border-color css
<style>
span { border-color: #011DA5; }
span { border-color: rgb(1,29,165); }
td.TdClassName
{
border-color: #011DA5;
}
.TagClassName
{
border-color: #011DA5;
}
</style>