Html Css Color HEX #011C9A International Klein Blue
📋 copy color: '#011C9A'red 1 ◦ green 28 ◦ blue 154
Shades of International Klein Blue #011C9A
Tints of International Klein Blue #011C9A
RGB
CMYK
RGB Variations
Color information
#011C9A (or 0x011C9A) is known color: International Klein Blue. HEX triplet: 01, 1C and 9A. RGB value is (1,28,154). Sum of RGB (Red+Green+Blue) = 1+28+154=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #011C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C9A is #FEE365. Grayscale: #212121. Windows color (decimal): -16704358 or 10099713. OLE color: 10099713.
HSL color Cylindrical-coordinate representation of color #011C9A: hue angle of 229.41º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C9A is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 28 | 154 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.40 |
| HSL | 229.41º | 0.99% | 0.3% | - |
| HSV(B) | 229.41º | 0.99% | 0.6% | - |
| XYZ | 6.26 | 3.17 | 30.85 | - |
| YUV | 34.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 154 | 0.99 | 0.82 | 0 | 0.40 | 229.41 | 0.99 | 0.3 |
| Hex | 1 | 1C | 9A | 63 | 52 | 0 | 28 | E5 | 63 | 1E |
| Octal | 1 | 34 | 232 | 143 | 122 | 0 | 50 | 345 | 143 | 36 |
| Binary | 1 | 11100 | 10011010 | 1100011 | 1010010 | 0 | 101000 | 11100101 | 1100011 | 11110 |
Color Harmonies of #011C9A
Complementary color
Monochromatic Colors of #011C9A
Black with #011C9A
Text Example
Text Example
White with #011C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C9A; }
p { color: rgb(1,28,154); }
H1.HeaderClassName
{
color: #011C9A;
}
.AnyTagClassName
{
color: #011C9A;
}
</style>
background-color css
<style>
a { background-color: #011C9A; }
a { background-color: rgb(1,28,154); }
div.DivClassName
{
background-color: #011C9A;
}
.BgClassName
{
background-color: #011C9A;
}
</style>
border-color css
<style>
span { border-color: #011C9A; }
span { border-color: rgb(1,28,154); }
td.TdClassName
{
border-color: #011C9A;
}
.TagClassName
{
border-color: #011C9A;
}
</style>