Html Css Color HEX #012DBA International Klein Blue
📋 copy color: '#012DBA'red 1 ◦ green 45 ◦ blue 186
Shades of International Klein Blue #012DBA
Tints of International Klein Blue #012DBA
RGB
CMYK
RGB Variations
Color information
#012DBA (or 0x012DBA) is known color: International Klein Blue. HEX triplet: 01, 2D and BA. RGB value is (1,45,186). Sum of RGB (Red+Green+Blue) = 1+45+186=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #012DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBA is #FED245. Grayscale: #2F2F2F. Windows color (decimal): -16699974 or 12201217. OLE color: 12201217.
HSL color Cylindrical-coordinate representation of color #012DBA: hue angle of 225.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DBA is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 45 | 186 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.27 |
| HSL | 225.73º | 0.99% | 0.37% | - |
| HSV(B) | 225.73º | 0.99% | 0.73% | - |
| XYZ | 9.81 | 5.43 | 46.98 | - |
| YUV | 47.92 | 205.92 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 186 | 0.99 | 0.76 | 0 | 0.27 | 225.73 | 0.99 | 0.37 |
| Hex | 1 | 2D | BA | 63 | 4C | 0 | 1B | E2 | 63 | 25 |
| Octal | 1 | 55 | 272 | 143 | 114 | 0 | 33 | 342 | 143 | 45 |
| Binary | 1 | 101101 | 10111010 | 1100011 | 1001100 | 0 | 11011 | 11100010 | 1100011 | 100101 |
Color Harmonies of #012DBA
Complementary color
Monochromatic Colors of #012DBA
Black with #012DBA
Text Example
Text Example
White with #012DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DBA; }
p { color: rgb(1,45,186); }
H1.HeaderClassName
{
color: #012DBA;
}
.AnyTagClassName
{
color: #012DBA;
}
</style>
background-color css
<style>
a { background-color: #012DBA; }
a { background-color: rgb(1,45,186); }
div.DivClassName
{
background-color: #012DBA;
}
.BgClassName
{
background-color: #012DBA;
}
</style>
border-color css
<style>
span { border-color: #012DBA; }
span { border-color: rgb(1,45,186); }
td.TdClassName
{
border-color: #012DBA;
}
.TagClassName
{
border-color: #012DBA;
}
</style>