Html Css Color HEX #012DC5 International Klein Blue
📋 copy color: '#012DC5'red 1 ◦ green 45 ◦ blue 197
Shades of International Klein Blue #012DC5
Tints of International Klein Blue #012DC5
RGB
CMYK
RGB Variations
Color information
#012DC5 (or 0x012DC5) is known color: International Klein Blue. HEX triplet: 01, 2D and C5. RGB value is (1,45,197). Sum of RGB (Red+Green+Blue) = 1+45+197=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #012DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC5 is #FED23A. Grayscale: #303030. Windows color (decimal): -16699963 or 12922113. OLE color: 12922113.
HSL color Cylindrical-coordinate representation of color #012DC5: hue angle of 226.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DC5 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 45 | 197 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.23 |
| HSL | 226.53º | 0.99% | 0.39% | - |
| HSV(B) | 226.53º | 0.99% | 0.77% | - |
| XYZ | 11.03 | 5.91 | 53.38 | - |
| YUV | 49.17 | 211.42 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 197 | 0.99 | 0.77 | 0 | 0.23 | 226.53 | 0.99 | 0.39 |
| Hex | 1 | 2D | C5 | 63 | 4D | 0 | 17 | E3 | 63 | 27 |
| Octal | 1 | 55 | 305 | 143 | 115 | 0 | 27 | 343 | 143 | 47 |
| Binary | 1 | 101101 | 11000101 | 1100011 | 1001101 | 0 | 10111 | 11100011 | 1100011 | 100111 |
Color Harmonies of #012DC5
Complementary color
Monochromatic Colors of #012DC5
Black with #012DC5
Text Example
Text Example
White with #012DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DC5; }
p { color: rgb(1,45,197); }
H1.HeaderClassName
{
color: #012DC5;
}
.AnyTagClassName
{
color: #012DC5;
}
</style>
background-color css
<style>
a { background-color: #012DC5; }
a { background-color: rgb(1,45,197); }
div.DivClassName
{
background-color: #012DC5;
}
.BgClassName
{
background-color: #012DC5;
}
</style>
border-color css
<style>
span { border-color: #012DC5; }
span { border-color: rgb(1,45,197); }
td.TdClassName
{
border-color: #012DC5;
}
.TagClassName
{
border-color: #012DC5;
}
</style>