Html Css Color HEX #01219C International Klein Blue
📋 copy color: '#01219C'red 1 ◦ green 33 ◦ blue 156
Shades of International Klein Blue #01219C
Tints of International Klein Blue #01219C
RGB
CMYK
RGB Variations
Color information
#01219C (or 0x01219C) is known color: International Klein Blue. HEX triplet: 01, 21 and 9C. RGB value is (1,33,156). Sum of RGB (Red+Green+Blue) = 1+33+156=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #01219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01219C is #FEDE63. Grayscale: #242424. Windows color (decimal): -16703076 or 10232065. OLE color: 10232065.
HSL color Cylindrical-coordinate representation of color #01219C: hue angle of 227.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01219C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 33 | 156 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.39 |
| HSL | 227.61º | 0.99% | 0.31% | - |
| HSV(B) | 227.61º | 0.99% | 0.61% | - |
| XYZ | 6.56 | 3.49 | 31.78 | - |
| YUV | 37.45 | 194.9 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 156 | 0.99 | 0.79 | 0 | 0.39 | 227.61 | 0.99 | 0.31 |
| Hex | 1 | 21 | 9C | 63 | 4F | 0 | 27 | E4 | 63 | 1F |
| Octal | 1 | 41 | 234 | 143 | 117 | 0 | 47 | 344 | 143 | 37 |
| Binary | 1 | 100001 | 10011100 | 1100011 | 1001111 | 0 | 100111 | 11100100 | 1100011 | 11111 |
Color Harmonies of #01219C
Complementary color
Monochromatic Colors of #01219C
Black with #01219C
Text Example
Text Example
White with #01219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01219C; }
p { color: rgb(1,33,156); }
H1.HeaderClassName
{
color: #01219C;
}
.AnyTagClassName
{
color: #01219C;
}
</style>
background-color css
<style>
a { background-color: #01219C; }
a { background-color: rgb(1,33,156); }
div.DivClassName
{
background-color: #01219C;
}
.BgClassName
{
background-color: #01219C;
}
</style>
border-color css
<style>
span { border-color: #01219C; }
span { border-color: rgb(1,33,156); }
td.TdClassName
{
border-color: #01219C;
}
.TagClassName
{
border-color: #01219C;
}
</style>