Html Css Color HEX #001A9C International Klein Blue
📋 copy color: '#001A9C'red 0 ◦ green 26 ◦ blue 156
Shades of International Klein Blue #001A9C
Tints of International Klein Blue #001A9C
RGB
CMYK
RGB Variations
Color information
#001A9C (or 0x001A9C) is known color: International Klein Blue. HEX triplet: 00, 1A and 9C. RGB value is (0,26,156). Sum of RGB (Red+Green+Blue) = 0+26+156=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #001A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A9C is #FFE563. Grayscale: #202020. Windows color (decimal): -16770404 or 10230272. OLE color: 10230272.
HSL color Cylindrical-coordinate representation of color #001A9C: hue angle of 230º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A9C is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 26 | 156 | - |
| CMYK | 1 | 0.83 | 0 | 0.39 |
| HSL | 230º | 1% | 0.31% | - |
| HSV(B) | 230º | 1% | 0.61% | - |
| XYZ | 6.37 | 3.14 | 31.72 | - |
| YUV | 33.05 | 197.39 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 156 | 1 | 0.83 | 0 | 0.39 | 230 | 1 | 0.31 |
| Hex | 0 | 1A | 9C | 64 | 53 | 0 | 27 | E6 | 64 | 1F |
| Octal | 0 | 32 | 234 | 144 | 123 | 0 | 47 | 346 | 144 | 37 |
| Binary | 0 | 11010 | 10011100 | 1100100 | 1010011 | 0 | 100111 | 11100110 | 1100100 | 11111 |
Color Harmonies of #001A9C
Complementary color
Monochromatic Colors of #001A9C
Black with #001A9C
Text Example
Text Example
White with #001A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A9C; }
p { color: rgb(0,26,156); }
H1.HeaderClassName
{
color: #001A9C;
}
.AnyTagClassName
{
color: #001A9C;
}
</style>
background-color css
<style>
a { background-color: #001A9C; }
a { background-color: rgb(0,26,156); }
div.DivClassName
{
background-color: #001A9C;
}
.BgClassName
{
background-color: #001A9C;
}
</style>
border-color css
<style>
span { border-color: #001A9C; }
span { border-color: rgb(0,26,156); }
td.TdClassName
{
border-color: #001A9C;
}
.TagClassName
{
border-color: #001A9C;
}
</style>