Html Css Color HEX #0227BE International Klein Blue
📋 copy color: '#0227BE'red 2 ◦ green 39 ◦ blue 190
Shades of International Klein Blue #0227BE
Tints of International Klein Blue #0227BE
RGB
CMYK
RGB Variations
Color information
#0227BE (or 0x0227BE) is known color: International Klein Blue. HEX triplet: 02, 27 and BE. RGB value is (2,39,190). Sum of RGB (Red+Green+Blue) = 2+39+190=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0227BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227BE is #FDD841. Grayscale: #2C2C2C. Windows color (decimal): -16635970 or 12461826. OLE color: 12461826.
HSL color Cylindrical-coordinate representation of color #0227BE: hue angle of 228.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227BE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 39 | 190 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.25 |
| HSL | 228.19º | 0.98% | 0.38% | - |
| HSV(B) | 228.19º | 0.99% | 0.75% | - |
| XYZ | 10.04 | 5.18 | 49.19 | - |
| YUV | 45.15 | 209.74 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 190 | 0.99 | 0.79 | 0 | 0.25 | 228.19 | 0.98 | 0.38 |
| Hex | 2 | 27 | BE | 63 | 4F | 0 | 19 | E4 | 62 | 26 |
| Octal | 2 | 47 | 276 | 143 | 117 | 0 | 31 | 344 | 142 | 46 |
| Binary | 10 | 100111 | 10111110 | 1100011 | 1001111 | 0 | 11001 | 11100100 | 1100010 | 100110 |
Color Harmonies of #0227BE
Complementary color
Monochromatic Colors of #0227BE
Black with #0227BE
Text Example
Text Example
White with #0227BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227BE; }
p { color: rgb(2,39,190); }
H1.HeaderClassName
{
color: #0227BE;
}
.AnyTagClassName
{
color: #0227BE;
}
</style>
background-color css
<style>
a { background-color: #0227BE; }
a { background-color: rgb(2,39,190); }
div.DivClassName
{
background-color: #0227BE;
}
.BgClassName
{
background-color: #0227BE;
}
</style>
border-color css
<style>
span { border-color: #0227BE; }
span { border-color: rgb(2,39,190); }
td.TdClassName
{
border-color: #0227BE;
}
.TagClassName
{
border-color: #0227BE;
}
</style>