Html Css Color HEX #001C9F International Klein Blue
📋 copy color: '#001C9F'red 0 ◦ green 28 ◦ blue 159
Shades of International Klein Blue #001C9F
Tints of International Klein Blue #001C9F
RGB
CMYK
RGB Variations
Color information
#001C9F (or 0x001C9F) is known color: International Klein Blue. HEX triplet: 00, 1C and 9F. RGB value is (0,28,159). Sum of RGB (Red+Green+Blue) = 0+28+159=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #001C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C9F is #FFE360. Grayscale: #222222. Windows color (decimal): -16769889 or 10427392. OLE color: 10427392.
HSL color Cylindrical-coordinate representation of color #001C9F: hue angle of 229.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C9F is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 28 | 159 | - |
| CMYK | 1 | 0.82 | 0 | 0.38 |
| HSL | 229.43º | 1% | 0.31% | - |
| HSV(B) | 229.43º | 1% | 0.62% | - |
| XYZ | 6.67 | 3.33 | 33.09 | - |
| YUV | 34.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 159 | 1 | 0.82 | 0 | 0.38 | 229.43 | 1 | 0.31 |
| Hex | 0 | 1C | 9F | 64 | 52 | 0 | 26 | E5 | 64 | 1F |
| Octal | 0 | 34 | 237 | 144 | 122 | 0 | 46 | 345 | 144 | 37 |
| Binary | 0 | 11100 | 10011111 | 1100100 | 1010010 | 0 | 100110 | 11100101 | 1100100 | 11111 |
Color Harmonies of #001C9F
Complementary color
Monochromatic Colors of #001C9F
Black with #001C9F
Text Example
Text Example
White with #001C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C9F; }
p { color: rgb(0,28,159); }
H1.HeaderClassName
{
color: #001C9F;
}
.AnyTagClassName
{
color: #001C9F;
}
</style>
background-color css
<style>
a { background-color: #001C9F; }
a { background-color: rgb(0,28,159); }
div.DivClassName
{
background-color: #001C9F;
}
.BgClassName
{
background-color: #001C9F;
}
</style>
border-color css
<style>
span { border-color: #001C9F; }
span { border-color: rgb(0,28,159); }
td.TdClassName
{
border-color: #001C9F;
}
.TagClassName
{
border-color: #001C9F;
}
</style>