Html Css Color HEX #001C9E International Klein Blue
📋 copy color: '#001C9E'red 0 ◦ green 28 ◦ blue 158
Shades of International Klein Blue #001C9E
Tints of International Klein Blue #001C9E
RGB
CMYK
RGB Variations
Color information
#001C9E (or 0x001C9E) is known color: International Klein Blue. HEX triplet: 00, 1C and 9E. RGB value is (0,28,158). Sum of RGB (Red+Green+Blue) = 0+28+158=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 158 (62.11% from 255 or 84.95% from 186); Max value from RGB is 158 - color contains mainly: blue. Hex color #001C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C9E is #FFE361. Grayscale: #212121. Windows color (decimal): -16769890 or 10361856. OLE color: 10361856.
HSL color Cylindrical-coordinate representation of color #001C9E: hue angle of 229.37º 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 #001C9E is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 28 | 158 | - |
| CMYK | 1 | 0.82 | 0 | 0.38 |
| HSL | 229.37º | 1% | 0.31% | - |
| HSV(B) | 229.37º | 1% | 0.62% | - |
| XYZ | 6.59 | 3.3 | 32.64 | - |
| YUV | 34.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 158 | 1 | 0.82 | 0 | 0.38 | 229.37 | 1 | 0.31 |
| Hex | 0 | 1C | 9E | 64 | 52 | 0 | 26 | E5 | 64 | 1F |
| Octal | 0 | 34 | 236 | 144 | 122 | 0 | 46 | 345 | 144 | 37 |
| Binary | 0 | 11100 | 10011110 | 1100100 | 1010010 | 0 | 100110 | 11100101 | 1100100 | 11111 |
Color Harmonies of #001C9E
Complementary color
Monochromatic Colors of #001C9E
Black with #001C9E
Text Example
Text Example
White with #001C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C9E; }
p { color: rgb(0,28,158); }
H1.HeaderClassName
{
color: #001C9E;
}
.AnyTagClassName
{
color: #001C9E;
}
</style>
background-color css
<style>
a { background-color: #001C9E; }
a { background-color: rgb(0,28,158); }
div.DivClassName
{
background-color: #001C9E;
}
.BgClassName
{
background-color: #001C9E;
}
</style>
border-color css
<style>
span { border-color: #001C9E; }
span { border-color: rgb(0,28,158); }
td.TdClassName
{
border-color: #001C9E;
}
.TagClassName
{
border-color: #001C9E;
}
</style>