Html Css Color HEX #012EBC International Klein Blue
📋 copy color: '#012EBC'red 1 ◦ green 46 ◦ blue 188
Shades of International Klein Blue #012EBC
Tints of International Klein Blue #012EBC
RGB
CMYK
RGB Variations
Color information
#012EBC (or 0x012EBC) is known color: International Klein Blue. HEX triplet: 01, 2E and BC. RGB value is (1,46,188). Sum of RGB (Red+Green+Blue) = 1+46+188=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #012EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBC is #FED143. Grayscale: #303030. Windows color (decimal): -16699716 or 12332545. OLE color: 12332545.
HSL color Cylindrical-coordinate representation of color #012EBC: hue angle of 225.56º 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 #012EBC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 46 | 188 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.26 |
| HSL | 225.56º | 0.99% | 0.37% | - |
| HSV(B) | 225.56º | 0.99% | 0.74% | - |
| XYZ | 10.07 | 5.59 | 48.13 | - |
| YUV | 48.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 188 | 0.99 | 0.76 | 0 | 0.26 | 225.56 | 0.99 | 0.37 |
| Hex | 1 | 2E | BC | 63 | 4C | 0 | 1A | E2 | 63 | 25 |
| Octal | 1 | 56 | 274 | 143 | 114 | 0 | 32 | 342 | 143 | 45 |
| Binary | 1 | 101110 | 10111100 | 1100011 | 1001100 | 0 | 11010 | 11100010 | 1100011 | 100101 |
Color Harmonies of #012EBC
Complementary color
Monochromatic Colors of #012EBC
Black with #012EBC
Text Example
Text Example
White with #012EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EBC; }
p { color: rgb(1,46,188); }
H1.HeaderClassName
{
color: #012EBC;
}
.AnyTagClassName
{
color: #012EBC;
}
</style>
background-color css
<style>
a { background-color: #012EBC; }
a { background-color: rgb(1,46,188); }
div.DivClassName
{
background-color: #012EBC;
}
.BgClassName
{
background-color: #012EBC;
}
</style>
border-color css
<style>
span { border-color: #012EBC; }
span { border-color: rgb(1,46,188); }
td.TdClassName
{
border-color: #012EBC;
}
.TagClassName
{
border-color: #012EBC;
}
</style>