Html Css Color HEX #012EBB International Klein Blue
📋 copy color: '#012EBB'red 1 ◦ green 46 ◦ blue 187
Shades of International Klein Blue #012EBB
Tints of International Klein Blue #012EBB
RGB
CMYK
RGB Variations
Color information
#012EBB (or 0x012EBB) is known color: International Klein Blue. HEX triplet: 01, 2E and BB. RGB value is (1,46,187). Sum of RGB (Red+Green+Blue) = 1+46+187=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #012EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBB is #FED144. Grayscale: #303030. Windows color (decimal): -16699717 or 12267009. OLE color: 12267009.
HSL color Cylindrical-coordinate representation of color #012EBB: hue angle of 225.48º 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 #012EBB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 46 | 187 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.27 |
| HSL | 225.48º | 0.99% | 0.37% | - |
| HSV(B) | 225.48º | 0.99% | 0.73% | - |
| XYZ | 9.96 | 5.55 | 47.56 | - |
| YUV | 48.62 | 206.09 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 187 | 0.99 | 0.75 | 0 | 0.27 | 225.48 | 0.99 | 0.37 |
| Hex | 1 | 2E | BB | 63 | 4B | 0 | 1B | E1 | 63 | 25 |
| Octal | 1 | 56 | 273 | 143 | 113 | 0 | 33 | 341 | 143 | 45 |
| Binary | 1 | 101110 | 10111011 | 1100011 | 1001011 | 0 | 11011 | 11100001 | 1100011 | 100101 |
Color Harmonies of #012EBB
Complementary color
Monochromatic Colors of #012EBB
Black with #012EBB
Text Example
Text Example
White with #012EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EBB; }
p { color: rgb(1,46,187); }
H1.HeaderClassName
{
color: #012EBB;
}
.AnyTagClassName
{
color: #012EBB;
}
</style>
background-color css
<style>
a { background-color: #012EBB; }
a { background-color: rgb(1,46,187); }
div.DivClassName
{
background-color: #012EBB;
}
.BgClassName
{
background-color: #012EBB;
}
</style>
border-color css
<style>
span { border-color: #012EBB; }
span { border-color: rgb(1,46,187); }
td.TdClassName
{
border-color: #012EBB;
}
.TagClassName
{
border-color: #012EBB;
}
</style>