Html Css Color HEX #0124BD International Klein Blue
📋 copy color: '#0124BD'red 1 ◦ green 36 ◦ blue 189
Shades of International Klein Blue #0124BD
Tints of International Klein Blue #0124BD
RGB
CMYK
RGB Variations
Color information
#0124BD (or 0x0124BD) is known color: International Klein Blue. HEX triplet: 01, 24 and BD. RGB value is (1,36,189). Sum of RGB (Red+Green+Blue) = 1+36+189=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #0124BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124BD is #FEDB42. Grayscale: #2A2A2A. Windows color (decimal): -16702275 or 12395521. OLE color: 12395521.
HSL color Cylindrical-coordinate representation of color #0124BD: hue angle of 228.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0124BD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 36 | 189 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.26 |
| HSL | 228.83º | 0.99% | 0.37% | - |
| HSV(B) | 228.83º | 0.99% | 0.74% | - |
| XYZ | 9.83 | 4.94 | 48.58 | - |
| YUV | 42.98 | 210.4 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 189 | 0.99 | 0.81 | 0 | 0.26 | 228.83 | 0.99 | 0.37 |
| Hex | 1 | 24 | BD | 63 | 51 | 0 | 1A | E5 | 63 | 25 |
| Octal | 1 | 44 | 275 | 143 | 121 | 0 | 32 | 345 | 143 | 45 |
| Binary | 1 | 100100 | 10111101 | 1100011 | 1010001 | 0 | 11010 | 11100101 | 1100011 | 100101 |
Color Harmonies of #0124BD
Complementary color
Monochromatic Colors of #0124BD
Black with #0124BD
Text Example
Text Example
White with #0124BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0124BD; }
p { color: rgb(1,36,189); }
H1.HeaderClassName
{
color: #0124BD;
}
.AnyTagClassName
{
color: #0124BD;
}
</style>
background-color css
<style>
a { background-color: #0124BD; }
a { background-color: rgb(1,36,189); }
div.DivClassName
{
background-color: #0124BD;
}
.BgClassName
{
background-color: #0124BD;
}
</style>
border-color css
<style>
span { border-color: #0124BD; }
span { border-color: rgb(1,36,189); }
td.TdClassName
{
border-color: #0124BD;
}
.TagClassName
{
border-color: #0124BD;
}
</style>