Html Css Color HEX #012FBA International Klein Blue
📋 copy color: '#012FBA'red 1 ◦ green 47 ◦ blue 186
Shades of International Klein Blue #012FBA
Tints of International Klein Blue #012FBA
RGB
CMYK
RGB Variations
Color information
#012FBA (or 0x012FBA) is known color: International Klein Blue. HEX triplet: 01, 2F and BA. RGB value is (1,47,186). Sum of RGB (Red+Green+Blue) = 1+47+186=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #012FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBA is #FED045. Grayscale: #303030. Windows color (decimal): -16699462 or 12201729. OLE color: 12201729.
HSL color Cylindrical-coordinate representation of color #012FBA: hue angle of 225.08º 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 #012FBA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 47 | 186 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.27 |
| HSL | 225.08º | 0.99% | 0.37% | - |
| HSV(B) | 225.08º | 0.99% | 0.73% | - |
| XYZ | 9.89 | 5.58 | 47.01 | - |
| YUV | 49.09 | 205.26 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 186 | 0.99 | 0.75 | 0 | 0.27 | 225.08 | 0.99 | 0.37 |
| Hex | 1 | 2F | BA | 63 | 4B | 0 | 1B | E1 | 63 | 25 |
| Octal | 1 | 57 | 272 | 143 | 113 | 0 | 33 | 341 | 143 | 45 |
| Binary | 1 | 101111 | 10111010 | 1100011 | 1001011 | 0 | 11011 | 11100001 | 1100011 | 100101 |
Color Harmonies of #012FBA
Complementary color
Monochromatic Colors of #012FBA
Black with #012FBA
Text Example
Text Example
White with #012FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FBA; }
p { color: rgb(1,47,186); }
H1.HeaderClassName
{
color: #012FBA;
}
.AnyTagClassName
{
color: #012FBA;
}
</style>
background-color css
<style>
a { background-color: #012FBA; }
a { background-color: rgb(1,47,186); }
div.DivClassName
{
background-color: #012FBA;
}
.BgClassName
{
background-color: #012FBA;
}
</style>
border-color css
<style>
span { border-color: #012FBA; }
span { border-color: rgb(1,47,186); }
td.TdClassName
{
border-color: #012FBA;
}
.TagClassName
{
border-color: #012FBA;
}
</style>