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