Html Css Color HEX #012DB0 International Klein Blue
📋 copy color: '#012DB0'red 1 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #012DB0
Tints of International Klein Blue #012DB0
RGB
CMYK
RGB Variations
Color information
#012DB0 (or 0x012DB0) is known color: International Klein Blue. HEX triplet: 01, 2D and B0. RGB value is (1,45,176). Sum of RGB (Red+Green+Blue) = 1+45+176=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 176 (69.14% from 255 or 79.28% from 222); Max value from RGB is 176 - color contains mainly: blue. Hex color #012DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DB0 is #FED24F. Grayscale: #2E2E2E. Windows color (decimal): -16699984 or 11545857. OLE color: 11545857.
HSL color Cylindrical-coordinate representation of color #012DB0: hue angle of 224.91º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DB0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 45 | 176 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.31 |
| HSL | 224.91º | 0.99% | 0.35% | - |
| HSV(B) | 224.91º | 0.99% | 0.69% | - |
| XYZ | 8.79 | 5.02 | 41.58 | - |
| YUV | 46.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 176 | 0.99 | 0.74 | 0 | 0.31 | 224.91 | 0.99 | 0.35 |
| Hex | 1 | 2D | B0 | 63 | 4A | 0 | 1F | E1 | 63 | 23 |
| Octal | 1 | 55 | 260 | 143 | 112 | 0 | 37 | 341 | 143 | 43 |
| Binary | 1 | 101101 | 10110000 | 1100011 | 1001010 | 0 | 11111 | 11100001 | 1100011 | 100011 |
Color Harmonies of #012DB0
Complementary color
Monochromatic Colors of #012DB0
Black with #012DB0
Text Example
Text Example
White with #012DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DB0; }
p { color: rgb(1,45,176); }
H1.HeaderClassName
{
color: #012DB0;
}
.AnyTagClassName
{
color: #012DB0;
}
</style>
background-color css
<style>
a { background-color: #012DB0; }
a { background-color: rgb(1,45,176); }
div.DivClassName
{
background-color: #012DB0;
}
.BgClassName
{
background-color: #012DB0;
}
</style>
border-color css
<style>
span { border-color: #012DB0; }
span { border-color: rgb(1,45,176); }
td.TdClassName
{
border-color: #012DB0;
}
.TagClassName
{
border-color: #012DB0;
}
</style>