Html Css Color HEX #0125BE International Klein Blue
📋 copy color: '#0125BE'red 1 ◦ green 37 ◦ blue 190
Shades of International Klein Blue #0125BE
Tints of International Klein Blue #0125BE
RGB
CMYK
RGB Variations
Color information
#0125BE (or 0x0125BE) is known color: International Klein Blue. HEX triplet: 01, 25 and BE. RGB value is (1,37,190). Sum of RGB (Red+Green+Blue) = 1+37+190=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #0125BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0125BE is #FEDA41. Grayscale: #2B2B2B. Windows color (decimal): -16702018 or 12461313. OLE color: 12461313.
HSL color Cylindrical-coordinate representation of color #0125BE: hue angle of 228.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0125BE is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 37 | 190 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.25 |
| HSL | 228.57º | 0.99% | 0.37% | - |
| HSV(B) | 228.57º | 0.99% | 0.75% | - |
| XYZ | 9.97 | 5.05 | 49.16 | - |
| YUV | 43.68 | 210.57 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 190 | 0.99 | 0.81 | 0 | 0.25 | 228.57 | 0.99 | 0.37 |
| Hex | 1 | 25 | BE | 63 | 51 | 0 | 19 | E5 | 63 | 25 |
| Octal | 1 | 45 | 276 | 143 | 121 | 0 | 31 | 345 | 143 | 45 |
| Binary | 1 | 100101 | 10111110 | 1100011 | 1010001 | 0 | 11001 | 11100101 | 1100011 | 100101 |
Color Harmonies of #0125BE
Complementary color
Monochromatic Colors of #0125BE
Black with #0125BE
Text Example
Text Example
White with #0125BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0125BE; }
p { color: rgb(1,37,190); }
H1.HeaderClassName
{
color: #0125BE;
}
.AnyTagClassName
{
color: #0125BE;
}
</style>
background-color css
<style>
a { background-color: #0125BE; }
a { background-color: rgb(1,37,190); }
div.DivClassName
{
background-color: #0125BE;
}
.BgClassName
{
background-color: #0125BE;
}
</style>
border-color css
<style>
span { border-color: #0125BE; }
span { border-color: rgb(1,37,190); }
td.TdClassName
{
border-color: #0125BE;
}
.TagClassName
{
border-color: #0125BE;
}
</style>