Html Css Color HEX #012DB7 International Klein Blue
📋 copy color: '#012DB7'red 1 ◦ green 45 ◦ blue 183
Shades of International Klein Blue #012DB7
Tints of International Klein Blue #012DB7
RGB
CMYK
RGB Variations
Color information
#012DB7 (or 0x012DB7) is known color: International Klein Blue. HEX triplet: 01, 2D and B7. RGB value is (1,45,183). Sum of RGB (Red+Green+Blue) = 1+45+183=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #012DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DB7 is #FED248. Grayscale: #2E2E2E. Windows color (decimal): -16699977 or 12004609. OLE color: 12004609.
HSL color Cylindrical-coordinate representation of color #012DB7: hue angle of 225.49º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DB7 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 45 | 183 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.28 |
| HSL | 225.49º | 0.99% | 0.36% | - |
| HSV(B) | 225.49º | 0.99% | 0.72% | - |
| XYZ | 9.5 | 5.3 | 45.32 | - |
| YUV | 47.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 183 | 0.99 | 0.75 | 0 | 0.28 | 225.49 | 0.99 | 0.36 |
| Hex | 1 | 2D | B7 | 63 | 4B | 0 | 1C | E1 | 63 | 24 |
| Octal | 1 | 55 | 267 | 143 | 113 | 0 | 34 | 341 | 143 | 44 |
| Binary | 1 | 101101 | 10110111 | 1100011 | 1001011 | 0 | 11100 | 11100001 | 1100011 | 100100 |
Color Harmonies of #012DB7
Complementary color
Monochromatic Colors of #012DB7
Black with #012DB7
Text Example
Text Example
White with #012DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DB7; }
p { color: rgb(1,45,183); }
H1.HeaderClassName
{
color: #012DB7;
}
.AnyTagClassName
{
color: #012DB7;
}
</style>
background-color css
<style>
a { background-color: #012DB7; }
a { background-color: rgb(1,45,183); }
div.DivClassName
{
background-color: #012DB7;
}
.BgClassName
{
background-color: #012DB7;
}
</style>
border-color css
<style>
span { border-color: #012DB7; }
span { border-color: rgb(1,45,183); }
td.TdClassName
{
border-color: #012DB7;
}
.TagClassName
{
border-color: #012DB7;
}
</style>