Html Css Color HEX #012DBD International Klein Blue
📋 copy color: '#012DBD'red 1 ◦ green 45 ◦ blue 189
Shades of International Klein Blue #012DBD
Tints of International Klein Blue #012DBD
RGB
CMYK
RGB Variations
Color information
#012DBD (or 0x012DBD) is known color: International Klein Blue. HEX triplet: 01, 2D and BD. RGB value is (1,45,189). Sum of RGB (Red+Green+Blue) = 1+45+189=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #012DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBD is #FED242. Grayscale: #2F2F2F. Windows color (decimal): -16699971 or 12397825. OLE color: 12397825.
HSL color Cylindrical-coordinate representation of color #012DBD: hue angle of 225.96º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DBD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 45 | 189 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.26 |
| HSL | 225.96º | 0.99% | 0.37% | - |
| HSV(B) | 225.96º | 0.99% | 0.74% | - |
| XYZ | 10.14 | 5.56 | 48.68 | - |
| YUV | 48.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 189 | 0.99 | 0.76 | 0 | 0.26 | 225.96 | 0.99 | 0.37 |
| Hex | 1 | 2D | BD | 63 | 4C | 0 | 1A | E2 | 63 | 25 |
| Octal | 1 | 55 | 275 | 143 | 114 | 0 | 32 | 342 | 143 | 45 |
| Binary | 1 | 101101 | 10111101 | 1100011 | 1001100 | 0 | 11010 | 11100010 | 1100011 | 100101 |
Color Harmonies of #012DBD
Complementary color
Monochromatic Colors of #012DBD
Black with #012DBD
Text Example
Text Example
White with #012DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DBD; }
p { color: rgb(1,45,189); }
H1.HeaderClassName
{
color: #012DBD;
}
.AnyTagClassName
{
color: #012DBD;
}
</style>
background-color css
<style>
a { background-color: #012DBD; }
a { background-color: rgb(1,45,189); }
div.DivClassName
{
background-color: #012DBD;
}
.BgClassName
{
background-color: #012DBD;
}
</style>
border-color css
<style>
span { border-color: #012DBD; }
span { border-color: rgb(1,45,189); }
td.TdClassName
{
border-color: #012DBD;
}
.TagClassName
{
border-color: #012DBD;
}
</style>