Html Css Color HEX #012DA1 International Klein Blue
📋 copy color: '#012DA1'red 1 ◦ green 45 ◦ blue 161
Shades of International Klein Blue #012DA1
Tints of International Klein Blue #012DA1
RGB
CMYK
RGB Variations
Color information
#012DA1 (or 0x012DA1) is known color: International Klein Blue. HEX triplet: 01, 2D and A1. RGB value is (1,45,161). Sum of RGB (Red+Green+Blue) = 1+45+161=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #012DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DA1 is #FED25E. Grayscale: #2C2C2C. Windows color (decimal): -16699999 or 10562817. OLE color: 10562817.
HSL color Cylindrical-coordinate representation of color #012DA1: hue angle of 223.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DA1 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 45 | 161 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.37 |
| HSL | 223.5º | 0.99% | 0.32% | - |
| HSV(B) | 223.5º | 0.99% | 0.63% | - |
| XYZ | 7.38 | 4.46 | 34.19 | - |
| YUV | 45.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 161 | 0.99 | 0.72 | 0 | 0.37 | 223.5 | 0.99 | 0.32 |
| Hex | 1 | 2D | A1 | 63 | 48 | 0 | 25 | E0 | 63 | 20 |
| Octal | 1 | 55 | 241 | 143 | 110 | 0 | 45 | 340 | 143 | 40 |
| Binary | 1 | 101101 | 10100001 | 1100011 | 1001000 | 0 | 100101 | 11100000 | 1100011 | 100000 |
Color Harmonies of #012DA1
Complementary color
Monochromatic Colors of #012DA1
Black with #012DA1
Text Example
Text Example
White with #012DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DA1; }
p { color: rgb(1,45,161); }
H1.HeaderClassName
{
color: #012DA1;
}
.AnyTagClassName
{
color: #012DA1;
}
</style>
background-color css
<style>
a { background-color: #012DA1; }
a { background-color: rgb(1,45,161); }
div.DivClassName
{
background-color: #012DA1;
}
.BgClassName
{
background-color: #012DA1;
}
</style>
border-color css
<style>
span { border-color: #012DA1; }
span { border-color: rgb(1,45,161); }
td.TdClassName
{
border-color: #012DA1;
}
.TagClassName
{
border-color: #012DA1;
}
</style>