Html Css Color HEX #001AA3 International Klein Blue
📋 copy color: '#001AA3'red 0 ◦ green 26 ◦ blue 163
Shades of International Klein Blue #001AA3
Tints of International Klein Blue #001AA3
RGB
CMYK
RGB Variations
Color information
#001AA3 (or 0x001AA3) is known color: International Klein Blue. HEX triplet: 00, 1A and A3. RGB value is (0,26,163). Sum of RGB (Red+Green+Blue) = 0+26+163=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 163 (64.06% from 255 or 86.24% from 189); Max value from RGB is 163 - color contains mainly: blue. Hex color #001AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AA3 is #FFE55C. Grayscale: #212121. Windows color (decimal): -16770397 or 10689024. OLE color: 10689024.
HSL color Cylindrical-coordinate representation of color #001AA3: hue angle of 230.43º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AA3 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 26 | 163 | - |
| CMYK | 1 | 0.84 | 0 | 0.36 |
| HSL | 230.43º | 1% | 0.32% | - |
| HSV(B) | 230.43º | 1% | 0.64% | - |
| XYZ | 6.98 | 3.38 | 34.94 | - |
| YUV | 33.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 163 | 1 | 0.84 | 0 | 0.36 | 230.43 | 1 | 0.32 |
| Hex | 0 | 1A | A3 | 64 | 54 | 0 | 24 | E6 | 64 | 20 |
| Octal | 0 | 32 | 243 | 144 | 124 | 0 | 44 | 346 | 144 | 40 |
| Binary | 0 | 11010 | 10100011 | 1100100 | 1010100 | 0 | 100100 | 11100110 | 1100100 | 100000 |
Color Harmonies of #001AA3
Complementary color
Monochromatic Colors of #001AA3
Black with #001AA3
Text Example
Text Example
White with #001AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AA3; }
p { color: rgb(0,26,163); }
H1.HeaderClassName
{
color: #001AA3;
}
.AnyTagClassName
{
color: #001AA3;
}
</style>
background-color css
<style>
a { background-color: #001AA3; }
a { background-color: rgb(0,26,163); }
div.DivClassName
{
background-color: #001AA3;
}
.BgClassName
{
background-color: #001AA3;
}
</style>
border-color css
<style>
span { border-color: #001AA3; }
span { border-color: rgb(0,26,163); }
td.TdClassName
{
border-color: #001AA3;
}
.TagClassName
{
border-color: #001AA3;
}
</style>