Html Css Color HEX #01249D International Klein Blue
📋 copy color: '#01249D'red 1 ◦ green 36 ◦ blue 157
Shades of International Klein Blue #01249D
Tints of International Klein Blue #01249D
RGB
CMYK
RGB Variations
Color information
#01249D (or 0x01249D) is known color: International Klein Blue. HEX triplet: 01, 24 and 9D. RGB value is (1,36,157). Sum of RGB (Red+Green+Blue) = 1+36+157=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #01249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01249D is #FEDB62. Grayscale: #262626. Windows color (decimal): -16702307 or 10298369. OLE color: 10298369.
HSL color Cylindrical-coordinate representation of color #01249D: hue angle of 226.54º 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 #01249D is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 36 | 157 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.38 |
| HSL | 226.54º | 0.99% | 0.31% | - |
| HSV(B) | 226.54º | 0.99% | 0.62% | - |
| XYZ | 6.73 | 3.7 | 32.26 | - |
| YUV | 39.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 157 | 0.99 | 0.77 | 0 | 0.38 | 226.54 | 0.99 | 0.31 |
| Hex | 1 | 24 | 9D | 63 | 4D | 0 | 26 | E3 | 63 | 1F |
| Octal | 1 | 44 | 235 | 143 | 115 | 0 | 46 | 343 | 143 | 37 |
| Binary | 1 | 100100 | 10011101 | 1100011 | 1001101 | 0 | 100110 | 11100011 | 1100011 | 11111 |
Color Harmonies of #01249D
Complementary color
Monochromatic Colors of #01249D
Black with #01249D
Text Example
Text Example
White with #01249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01249D; }
p { color: rgb(1,36,157); }
H1.HeaderClassName
{
color: #01249D;
}
.AnyTagClassName
{
color: #01249D;
}
</style>
background-color css
<style>
a { background-color: #01249D; }
a { background-color: rgb(1,36,157); }
div.DivClassName
{
background-color: #01249D;
}
.BgClassName
{
background-color: #01249D;
}
</style>
border-color css
<style>
span { border-color: #01249D; }
span { border-color: rgb(1,36,157); }
td.TdClassName
{
border-color: #01249D;
}
.TagClassName
{
border-color: #01249D;
}
</style>