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