Html Css Color HEX #001C9C International Klein Blue
📋 copy color: '#001C9C'red 0 ◦ green 28 ◦ blue 156
Shades of International Klein Blue #001C9C
Tints of International Klein Blue #001C9C
RGB
CMYK
RGB Variations
Color information
#001C9C (or 0x001C9C) is known color: International Klein Blue. HEX triplet: 00, 1C and 9C. RGB value is (0,28,156). Sum of RGB (Red+Green+Blue) = 0+28+156=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 156 (61.33% from 255 or 84.78% from 184); Max value from RGB is 156 - color contains mainly: blue. Hex color #001C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C9C is #FFE363. Grayscale: #212121. Windows color (decimal): -16769892 or 10230784. OLE color: 10230784.
HSL color Cylindrical-coordinate representation of color #001C9C: hue angle of 229.23º 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 #001C9C is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 28 | 156 | - |
| CMYK | 1 | 0.82 | 0 | 0.39 |
| HSL | 229.23º | 1% | 0.31% | - |
| HSV(B) | 229.23º | 1% | 0.61% | - |
| XYZ | 6.42 | 3.23 | 31.74 | - |
| YUV | 34.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 156 | 1 | 0.82 | 0 | 0.39 | 229.23 | 1 | 0.31 |
| Hex | 0 | 1C | 9C | 64 | 52 | 0 | 27 | E5 | 64 | 1F |
| Octal | 0 | 34 | 234 | 144 | 122 | 0 | 47 | 345 | 144 | 37 |
| Binary | 0 | 11100 | 10011100 | 1100100 | 1010010 | 0 | 100111 | 11100101 | 1100100 | 11111 |
Color Harmonies of #001C9C
Complementary color
Monochromatic Colors of #001C9C
Black with #001C9C
Text Example
Text Example
White with #001C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C9C; }
p { color: rgb(0,28,156); }
H1.HeaderClassName
{
color: #001C9C;
}
.AnyTagClassName
{
color: #001C9C;
}
</style>
background-color css
<style>
a { background-color: #001C9C; }
a { background-color: rgb(0,28,156); }
div.DivClassName
{
background-color: #001C9C;
}
.BgClassName
{
background-color: #001C9C;
}
</style>
border-color css
<style>
span { border-color: #001C9C; }
span { border-color: rgb(0,28,156); }
td.TdClassName
{
border-color: #001C9C;
}
.TagClassName
{
border-color: #001C9C;
}
</style>