Html Css Color HEX #01259C International Klein Blue
📋 copy color: '#01259C'red 1 ◦ green 37 ◦ blue 156
Shades of International Klein Blue #01259C
Tints of International Klein Blue #01259C
RGB
CMYK
RGB Variations
Color information
#01259C (or 0x01259C) is known color: International Klein Blue. HEX triplet: 01, 25 and 9C. RGB value is (1,37,156). Sum of RGB (Red+Green+Blue) = 1+37+156=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #01259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01259C is #FEDA63. Grayscale: #272727. Windows color (decimal): -16702052 or 10233089. OLE color: 10233089.
HSL color Cylindrical-coordinate representation of color #01259C: hue angle of 226.06º 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 #01259C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 37 | 156 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.39 |
| HSL | 226.06º | 0.99% | 0.31% | - |
| HSV(B) | 226.06º | 0.99% | 0.61% | - |
| XYZ | 6.67 | 3.73 | 31.82 | - |
| YUV | 39.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 156 | 0.99 | 0.76 | 0 | 0.39 | 226.06 | 0.99 | 0.31 |
| Hex | 1 | 25 | 9C | 63 | 4C | 0 | 27 | E2 | 63 | 1F |
| Octal | 1 | 45 | 234 | 143 | 114 | 0 | 47 | 342 | 143 | 37 |
| Binary | 1 | 100101 | 10011100 | 1100011 | 1001100 | 0 | 100111 | 11100010 | 1100011 | 11111 |
Color Harmonies of #01259C
Complementary color
Monochromatic Colors of #01259C
Black with #01259C
Text Example
Text Example
White with #01259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01259C; }
p { color: rgb(1,37,156); }
H1.HeaderClassName
{
color: #01259C;
}
.AnyTagClassName
{
color: #01259C;
}
</style>
background-color css
<style>
a { background-color: #01259C; }
a { background-color: rgb(1,37,156); }
div.DivClassName
{
background-color: #01259C;
}
.BgClassName
{
background-color: #01259C;
}
</style>
border-color css
<style>
span { border-color: #01259C; }
span { border-color: rgb(1,37,156); }
td.TdClassName
{
border-color: #01259C;
}
.TagClassName
{
border-color: #01259C;
}
</style>