Html Css Color HEX #012DA7 International Klein Blue
📋 copy color: '#012DA7'red 1 ◦ green 45 ◦ blue 167
Shades of International Klein Blue #012DA7
Tints of International Klein Blue #012DA7
RGB
CMYK
RGB Variations
Color information
#012DA7 (or 0x012DA7) is known color: International Klein Blue. HEX triplet: 01, 2D and A7. RGB value is (1,45,167). Sum of RGB (Red+Green+Blue) = 1+45+167=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 167 (65.62% from 255 or 78.40% from 213); Max value from RGB is 167 - color contains mainly: blue. Hex color #012DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DA7 is #FED258. Grayscale: #2D2D2D. Windows color (decimal): -16699993 or 10956033. OLE color: 10956033.
HSL color Cylindrical-coordinate representation of color #012DA7: hue angle of 224.1º 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 #012DA7 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 45 | 167 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.35 |
| HSL | 224.1º | 0.99% | 0.33% | - |
| HSV(B) | 224.1º | 0.99% | 0.65% | - |
| XYZ | 7.93 | 4.67 | 37.04 | - |
| YUV | 45.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 167 | 0.99 | 0.73 | 0 | 0.35 | 224.1 | 0.99 | 0.33 |
| Hex | 1 | 2D | A7 | 63 | 49 | 0 | 23 | E0 | 63 | 21 |
| Octal | 1 | 55 | 247 | 143 | 111 | 0 | 43 | 340 | 143 | 41 |
| Binary | 1 | 101101 | 10100111 | 1100011 | 1001001 | 0 | 100011 | 11100000 | 1100011 | 100001 |
Color Harmonies of #012DA7
Complementary color
Monochromatic Colors of #012DA7
Black with #012DA7
Text Example
Text Example
White with #012DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DA7; }
p { color: rgb(1,45,167); }
H1.HeaderClassName
{
color: #012DA7;
}
.AnyTagClassName
{
color: #012DA7;
}
</style>
background-color css
<style>
a { background-color: #012DA7; }
a { background-color: rgb(1,45,167); }
div.DivClassName
{
background-color: #012DA7;
}
.BgClassName
{
background-color: #012DA7;
}
</style>
border-color css
<style>
span { border-color: #012DA7; }
span { border-color: rgb(1,45,167); }
td.TdClassName
{
border-color: #012DA7;
}
.TagClassName
{
border-color: #012DA7;
}
</style>