Html Css Color HEX #001A99 International Klein Blue
📋 copy color: '#001A99'red 0 ◦ green 26 ◦ blue 153
Shades of International Klein Blue #001A99
Tints of International Klein Blue #001A99
RGB
CMYK
RGB Variations
Color information
#001A99 (or 0x001A99) is known color: International Klein Blue. HEX triplet: 00, 1A and 99. RGB value is (0,26,153). Sum of RGB (Red+Green+Blue) = 0+26+153=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #001A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A99 is #FFE566. Grayscale: #202020. Windows color (decimal): -16770407 or 10033664. OLE color: 10033664.
HSL color Cylindrical-coordinate representation of color #001A99: hue angle of 229.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A99 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 26 | 153 | - |
| CMYK | 1 | 0.83 | 0 | 0.4 |
| HSL | 229.8º | 1% | 0.3% | - |
| HSV(B) | 229.8º | 1% | 0.6% | - |
| XYZ | 6.12 | 3.04 | 30.4 | - |
| YUV | 32.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 153 | 1 | 0.83 | 0 | 0.4 | 229.8 | 1 | 0.3 |
| Hex | 0 | 1A | 99 | 64 | 53 | 0 | 28 | E6 | 64 | 1E |
| Octal | 0 | 32 | 231 | 144 | 123 | 0 | 50 | 346 | 144 | 36 |
| Binary | 0 | 11010 | 10011001 | 1100100 | 1010011 | 0 | 101000 | 11100110 | 1100100 | 11110 |
Color Harmonies of #001A99
Complementary color
Monochromatic Colors of #001A99
Black with #001A99
Text Example
Text Example
White with #001A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A99; }
p { color: rgb(0,26,153); }
H1.HeaderClassName
{
color: #001A99;
}
.AnyTagClassName
{
color: #001A99;
}
</style>
background-color css
<style>
a { background-color: #001A99; }
a { background-color: rgb(0,26,153); }
div.DivClassName
{
background-color: #001A99;
}
.BgClassName
{
background-color: #001A99;
}
</style>
border-color css
<style>
span { border-color: #001A99; }
span { border-color: rgb(0,26,153); }
td.TdClassName
{
border-color: #001A99;
}
.TagClassName
{
border-color: #001A99;
}
</style>