Html Css Color HEX #0125AB International Klein Blue
📋 copy color: '#0125AB'red 1 ◦ green 37 ◦ blue 171
Shades of International Klein Blue #0125AB
Tints of International Klein Blue #0125AB
RGB
CMYK
RGB Variations
Color information
#0125AB (or 0x0125AB) is known color: International Klein Blue. HEX triplet: 01, 25 and AB. RGB value is (1,37,171). Sum of RGB (Red+Green+Blue) = 1+37+171=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0125AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0125AB is #FEDA54. Grayscale: #282828. Windows color (decimal): -16702037 or 11216129. OLE color: 11216129.
HSL color Cylindrical-coordinate representation of color #0125AB: hue angle of 227.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0125AB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 37 | 171 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.33 |
| HSL | 227.29º | 0.99% | 0.34% | - |
| HSV(B) | 227.29º | 0.99% | 0.67% | - |
| XYZ | 8.02 | 4.27 | 38.93 | - |
| YUV | 41.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 171 | 0.99 | 0.78 | 0 | 0.33 | 227.29 | 0.99 | 0.34 |
| Hex | 1 | 25 | AB | 63 | 4E | 0 | 21 | E3 | 63 | 22 |
| Octal | 1 | 45 | 253 | 143 | 116 | 0 | 41 | 343 | 143 | 42 |
| Binary | 1 | 100101 | 10101011 | 1100011 | 1001110 | 0 | 100001 | 11100011 | 1100011 | 100010 |
Color Harmonies of #0125AB
Complementary color
Monochromatic Colors of #0125AB
Black with #0125AB
Text Example
Text Example
White with #0125AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0125AB; }
p { color: rgb(1,37,171); }
H1.HeaderClassName
{
color: #0125AB;
}
.AnyTagClassName
{
color: #0125AB;
}
</style>
background-color css
<style>
a { background-color: #0125AB; }
a { background-color: rgb(1,37,171); }
div.DivClassName
{
background-color: #0125AB;
}
.BgClassName
{
background-color: #0125AB;
}
</style>
border-color css
<style>
span { border-color: #0125AB; }
span { border-color: rgb(1,37,171); }
td.TdClassName
{
border-color: #0125AB;
}
.TagClassName
{
border-color: #0125AB;
}
</style>