Html Css Color HEX #01239C International Klein Blue
📋 copy color: '#01239C'red 1 ◦ green 35 ◦ blue 156
Shades of International Klein Blue #01239C
Tints of International Klein Blue #01239C
RGB
CMYK
RGB Variations
Color information
#01239C (or 0x01239C) is known color: International Klein Blue. HEX triplet: 01, 23 and 9C. RGB value is (1,35,156). Sum of RGB (Red+Green+Blue) = 1+35+156=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #01239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01239C is #FEDC63. Grayscale: #262626. Windows color (decimal): -16702564 or 10232577. OLE color: 10232577.
HSL color Cylindrical-coordinate representation of color #01239C: hue angle of 226.84º 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 #01239C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 35 | 156 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.39 |
| HSL | 226.84º | 0.99% | 0.31% | - |
| HSV(B) | 226.84º | 0.99% | 0.61% | - |
| XYZ | 6.61 | 3.61 | 31.8 | - |
| YUV | 38.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 156 | 0.99 | 0.78 | 0 | 0.39 | 226.84 | 0.99 | 0.31 |
| Hex | 1 | 23 | 9C | 63 | 4E | 0 | 27 | E3 | 63 | 1F |
| Octal | 1 | 43 | 234 | 143 | 116 | 0 | 47 | 343 | 143 | 37 |
| Binary | 1 | 100011 | 10011100 | 1100011 | 1001110 | 0 | 100111 | 11100011 | 1100011 | 11111 |
Color Harmonies of #01239C
Complementary color
Monochromatic Colors of #01239C
Black with #01239C
Text Example
Text Example
White with #01239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01239C; }
p { color: rgb(1,35,156); }
H1.HeaderClassName
{
color: #01239C;
}
.AnyTagClassName
{
color: #01239C;
}
</style>
background-color css
<style>
a { background-color: #01239C; }
a { background-color: rgb(1,35,156); }
div.DivClassName
{
background-color: #01239C;
}
.BgClassName
{
background-color: #01239C;
}
</style>
border-color css
<style>
span { border-color: #01239C; }
span { border-color: rgb(1,35,156); }
td.TdClassName
{
border-color: #01239C;
}
.TagClassName
{
border-color: #01239C;
}
</style>