Html Css Color HEX #012DBB International Klein Blue
📋 copy color: '#012DBB'red 1 ◦ green 45 ◦ blue 187
Shades of International Klein Blue #012DBB
Tints of International Klein Blue #012DBB
RGB
CMYK
RGB Variations
Color information
#012DBB (or 0x012DBB) is known color: International Klein Blue. HEX triplet: 01, 2D and BB. RGB value is (1,45,187). Sum of RGB (Red+Green+Blue) = 1+45+187=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #012DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBB is #FED244. Grayscale: #2F2F2F. Windows color (decimal): -16699973 or 12266753. OLE color: 12266753.
HSL color Cylindrical-coordinate representation of color #012DBB: hue angle of 225.81º 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 #012DBB is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 45 | 187 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.27 |
| HSL | 225.81º | 0.99% | 0.37% | - |
| HSV(B) | 225.81º | 0.99% | 0.73% | - |
| XYZ | 9.92 | 5.47 | 47.55 | - |
| YUV | 48.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 187 | 0.99 | 0.76 | 0 | 0.27 | 225.81 | 0.99 | 0.37 |
| Hex | 1 | 2D | BB | 63 | 4C | 0 | 1B | E2 | 63 | 25 |
| Octal | 1 | 55 | 273 | 143 | 114 | 0 | 33 | 342 | 143 | 45 |
| Binary | 1 | 101101 | 10111011 | 1100011 | 1001100 | 0 | 11011 | 11100010 | 1100011 | 100101 |
Color Harmonies of #012DBB
Complementary color
Monochromatic Colors of #012DBB
Black with #012DBB
Text Example
Text Example
White with #012DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DBB; }
p { color: rgb(1,45,187); }
H1.HeaderClassName
{
color: #012DBB;
}
.AnyTagClassName
{
color: #012DBB;
}
</style>
background-color css
<style>
a { background-color: #012DBB; }
a { background-color: rgb(1,45,187); }
div.DivClassName
{
background-color: #012DBB;
}
.BgClassName
{
background-color: #012DBB;
}
</style>
border-color css
<style>
span { border-color: #012DBB; }
span { border-color: rgb(1,45,187); }
td.TdClassName
{
border-color: #012DBB;
}
.TagClassName
{
border-color: #012DBB;
}
</style>