Html Css Color HEX #0127BE International Klein Blue
📋 copy color: '#0127BE'red 1 ◦ green 39 ◦ blue 190
Shades of International Klein Blue #0127BE
Tints of International Klein Blue #0127BE
RGB
CMYK
RGB Variations
Color information
#0127BE (or 0x0127BE) is known color: International Klein Blue. HEX triplet: 01, 27 and BE. RGB value is (1,39,190). Sum of RGB (Red+Green+Blue) = 1+39+190=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0127BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0127BE is #FED841. Grayscale: #2C2C2C. Windows color (decimal): -16701506 or 12461825. OLE color: 12461825.
HSL color Cylindrical-coordinate representation of color #0127BE: hue angle of 227.94º 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 #0127BE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 39 | 190 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.25 |
| HSL | 227.94º | 0.99% | 0.37% | - |
| HSV(B) | 227.94º | 0.99% | 0.75% | - |
| XYZ | 10.03 | 5.18 | 49.19 | - |
| YUV | 44.85 | 209.91 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 190 | 0.99 | 0.79 | 0 | 0.25 | 227.94 | 0.99 | 0.37 |
| Hex | 1 | 27 | BE | 63 | 4F | 0 | 19 | E4 | 63 | 25 |
| Octal | 1 | 47 | 276 | 143 | 117 | 0 | 31 | 344 | 143 | 45 |
| Binary | 1 | 100111 | 10111110 | 1100011 | 1001111 | 0 | 11001 | 11100100 | 1100011 | 100101 |
Color Harmonies of #0127BE
Complementary color
Monochromatic Colors of #0127BE
Black with #0127BE
Text Example
Text Example
White with #0127BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127BE; }
p { color: rgb(1,39,190); }
H1.HeaderClassName
{
color: #0127BE;
}
.AnyTagClassName
{
color: #0127BE;
}
</style>
background-color css
<style>
a { background-color: #0127BE; }
a { background-color: rgb(1,39,190); }
div.DivClassName
{
background-color: #0127BE;
}
.BgClassName
{
background-color: #0127BE;
}
</style>
border-color css
<style>
span { border-color: #0127BE; }
span { border-color: rgb(1,39,190); }
td.TdClassName
{
border-color: #0127BE;
}
.TagClassName
{
border-color: #0127BE;
}
</style>