Html Css Color HEX #012EBD International Klein Blue
📋 copy color: '#012EBD'red 1 ◦ green 46 ◦ blue 189
Shades of International Klein Blue #012EBD
Tints of International Klein Blue #012EBD
RGB
CMYK
RGB Variations
Color information
#012EBD (or 0x012EBD) is known color: International Klein Blue. HEX triplet: 01, 2E and BD. RGB value is (1,46,189). Sum of RGB (Red+Green+Blue) = 1+46+189=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #012EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBD is #FED142. Grayscale: #303030. Windows color (decimal): -16699715 or 12398081. OLE color: 12398081.
HSL color Cylindrical-coordinate representation of color #012EBD: hue angle of 225.64º 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 #012EBD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 46 | 189 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.26 |
| HSL | 225.64º | 0.99% | 0.37% | - |
| HSV(B) | 225.64º | 0.99% | 0.74% | - |
| XYZ | 10.17 | 5.63 | 48.7 | - |
| YUV | 48.85 | 207.09 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 189 | 0.99 | 0.76 | 0 | 0.26 | 225.64 | 0.99 | 0.37 |
| Hex | 1 | 2E | BD | 63 | 4C | 0 | 1A | E2 | 63 | 25 |
| Octal | 1 | 56 | 275 | 143 | 114 | 0 | 32 | 342 | 143 | 45 |
| Binary | 1 | 101110 | 10111101 | 1100011 | 1001100 | 0 | 11010 | 11100010 | 1100011 | 100101 |
Color Harmonies of #012EBD
Complementary color
Monochromatic Colors of #012EBD
Black with #012EBD
Text Example
Text Example
White with #012EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EBD; }
p { color: rgb(1,46,189); }
H1.HeaderClassName
{
color: #012EBD;
}
.AnyTagClassName
{
color: #012EBD;
}
</style>
background-color css
<style>
a { background-color: #012EBD; }
a { background-color: rgb(1,46,189); }
div.DivClassName
{
background-color: #012EBD;
}
.BgClassName
{
background-color: #012EBD;
}
</style>
border-color css
<style>
span { border-color: #012EBD; }
span { border-color: rgb(1,46,189); }
td.TdClassName
{
border-color: #012EBD;
}
.TagClassName
{
border-color: #012EBD;
}
</style>