Html Css Color HEX #01229D International Klein Blue
📋 copy color: '#01229D'red 1 ◦ green 34 ◦ blue 157
Shades of International Klein Blue #01229D
Tints of International Klein Blue #01229D
RGB
CMYK
RGB Variations
Color information
#01229D (or 0x01229D) is known color: International Klein Blue. HEX triplet: 01, 22 and 9D. RGB value is (1,34,157). Sum of RGB (Red+Green+Blue) = 1+34+157=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #01229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01229D is #FEDD62. Grayscale: #252525. Windows color (decimal): -16702819 or 10297857. OLE color: 10297857.
HSL color Cylindrical-coordinate representation of color #01229D: hue angle of 227.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01229D is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 34 | 157 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.38 |
| HSL | 227.31º | 0.99% | 0.31% | - |
| HSV(B) | 227.31º | 0.99% | 0.62% | - |
| XYZ | 6.67 | 3.58 | 32.24 | - |
| YUV | 38.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 157 | 0.99 | 0.78 | 0 | 0.38 | 227.31 | 0.99 | 0.31 |
| Hex | 1 | 22 | 9D | 63 | 4E | 0 | 26 | E3 | 63 | 1F |
| Octal | 1 | 42 | 235 | 143 | 116 | 0 | 46 | 343 | 143 | 37 |
| Binary | 1 | 100010 | 10011101 | 1100011 | 1001110 | 0 | 100110 | 11100011 | 1100011 | 11111 |
Color Harmonies of #01229D
Complementary color
Monochromatic Colors of #01229D
Black with #01229D
Text Example
Text Example
White with #01229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01229D; }
p { color: rgb(1,34,157); }
H1.HeaderClassName
{
color: #01229D;
}
.AnyTagClassName
{
color: #01229D;
}
</style>
background-color css
<style>
a { background-color: #01229D; }
a { background-color: rgb(1,34,157); }
div.DivClassName
{
background-color: #01229D;
}
.BgClassName
{
background-color: #01229D;
}
</style>
border-color css
<style>
span { border-color: #01229D; }
span { border-color: rgb(1,34,157); }
td.TdClassName
{
border-color: #01229D;
}
.TagClassName
{
border-color: #01229D;
}
</style>