Html Css Color HEX #011CB3 International Klein Blue
📋 copy color: '#011CB3'red 1 ◦ green 28 ◦ blue 179
Shades of International Klein Blue #011CB3
Tints of International Klein Blue #011CB3
RGB
CMYK
RGB Variations
Color information
#011CB3 (or 0x011CB3) is known color: International Klein Blue. HEX triplet: 01, 1C and B3. RGB value is (1,28,179). Sum of RGB (Red+Green+Blue) = 1+28+179=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 179 (70.31% from 255 or 86.06% from 208); Max value from RGB is 179 - color contains mainly: blue. Hex color #011CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CB3 is #FEE34C. Grayscale: #242424. Windows color (decimal): -16704333 or 11738113. OLE color: 11738113.
HSL color Cylindrical-coordinate representation of color #011CB3: hue angle of 230.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011CB3 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 28 | 179 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.30 |
| HSL | 230.9º | 0.99% | 0.35% | - |
| HSV(B) | 230.9º | 0.99% | 0.7% | - |
| XYZ | 8.56 | 4.09 | 42.99 | - |
| YUV | 37.14 | 208.05 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 179 | 0.99 | 0.84 | 0 | 0.30 | 230.9 | 0.99 | 0.35 |
| Hex | 1 | 1C | B3 | 63 | 54 | 0 | 1E | E7 | 63 | 23 |
| Octal | 1 | 34 | 263 | 143 | 124 | 0 | 36 | 347 | 143 | 43 |
| Binary | 1 | 11100 | 10110011 | 1100011 | 1010100 | 0 | 11110 | 11100111 | 1100011 | 100011 |
Color Harmonies of #011CB3
Complementary color
Monochromatic Colors of #011CB3
Black with #011CB3
Text Example
Text Example
White with #011CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CB3; }
p { color: rgb(1,28,179); }
H1.HeaderClassName
{
color: #011CB3;
}
.AnyTagClassName
{
color: #011CB3;
}
</style>
background-color css
<style>
a { background-color: #011CB3; }
a { background-color: rgb(1,28,179); }
div.DivClassName
{
background-color: #011CB3;
}
.BgClassName
{
background-color: #011CB3;
}
</style>
border-color css
<style>
span { border-color: #011CB3; }
span { border-color: rgb(1,28,179); }
td.TdClassName
{
border-color: #011CB3;
}
.TagClassName
{
border-color: #011CB3;
}
</style>