Html Css Color HEX #001AB7 International Klein Blue
📋 copy color: '#001AB7'red 0 ◦ green 26 ◦ blue 183
Shades of International Klein Blue #001AB7
Tints of International Klein Blue #001AB7
RGB
CMYK
RGB Variations
Color information
#001AB7 (or 0x001AB7) is known color: International Klein Blue. HEX triplet: 00, 1A and B7. RGB value is (0,26,183). Sum of RGB (Red+Green+Blue) = 0+26+183=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 183 (71.88% from 255 or 87.56% from 209); Max value from RGB is 183 - color contains mainly: blue. Hex color #001AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001AB7 is #FFE548. Grayscale: #232323. Windows color (decimal): -16770377 or 11999744. OLE color: 11999744.
HSL color Cylindrical-coordinate representation of color #001AB7: hue angle of 231.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AB7 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 26 | 183 | - |
| CMYK | 1 | 0.86 | 0 | 0.28 |
| HSL | 231.48º | 1% | 0.36% | - |
| HSV(B) | 231.48º | 1% | 0.72% | - |
| XYZ | 8.92 | 4.16 | 45.13 | - |
| YUV | 36.12 | 210.89 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 183 | 1 | 0.86 | 0 | 0.28 | 231.48 | 1 | 0.36 |
| Hex | 0 | 1A | B7 | 64 | 56 | 0 | 1C | E7 | 64 | 24 |
| Octal | 0 | 32 | 267 | 144 | 126 | 0 | 34 | 347 | 144 | 44 |
| Binary | 0 | 11010 | 10110111 | 1100100 | 1010110 | 0 | 11100 | 11100111 | 1100100 | 100100 |
Color Harmonies of #001AB7
Complementary color
Monochromatic Colors of #001AB7
Black with #001AB7
Text Example
Text Example
White with #001AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AB7; }
p { color: rgb(0,26,183); }
H1.HeaderClassName
{
color: #001AB7;
}
.AnyTagClassName
{
color: #001AB7;
}
</style>
background-color css
<style>
a { background-color: #001AB7; }
a { background-color: rgb(0,26,183); }
div.DivClassName
{
background-color: #001AB7;
}
.BgClassName
{
background-color: #001AB7;
}
</style>
border-color css
<style>
span { border-color: #001AB7; }
span { border-color: rgb(0,26,183); }
td.TdClassName
{
border-color: #001AB7;
}
.TagClassName
{
border-color: #001AB7;
}
</style>