Html Css Color HEX #0227BF International Klein Blue
📋 copy color: '#0227BF'red 2 ◦ green 39 ◦ blue 191
Shades of International Klein Blue #0227BF
Tints of International Klein Blue #0227BF
RGB
CMYK
RGB Variations
Color information
#0227BF (or 0x0227BF) is known color: International Klein Blue. HEX triplet: 02, 27 and BF. RGB value is (2,39,191). Sum of RGB (Red+Green+Blue) = 2+39+191=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 191 (75% from 255 or 82.33% from 232); Max value from RGB is 191 - color contains mainly: blue. Hex color #0227BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227BF is #FDD840. Grayscale: #2C2C2C. Windows color (decimal): -16635969 or 12527362. OLE color: 12527362.
HSL color Cylindrical-coordinate representation of color #0227BF: hue angle of 228.25º 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 #0227BF is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 39 | 191 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.25 |
| HSL | 228.25º | 0.98% | 0.38% | - |
| HSV(B) | 228.25º | 0.99% | 0.75% | - |
| XYZ | 10.15 | 5.23 | 49.76 | - |
| YUV | 45.27 | 210.24 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 191 | 0.99 | 0.80 | 0 | 0.25 | 228.25 | 0.98 | 0.38 |
| Hex | 2 | 27 | BF | 63 | 50 | 0 | 19 | E4 | 62 | 26 |
| Octal | 2 | 47 | 277 | 143 | 120 | 0 | 31 | 344 | 142 | 46 |
| Binary | 10 | 100111 | 10111111 | 1100011 | 1010000 | 0 | 11001 | 11100100 | 1100010 | 100110 |
Color Harmonies of #0227BF
Complementary color
Monochromatic Colors of #0227BF
Black with #0227BF
Text Example
Text Example
White with #0227BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227BF; }
p { color: rgb(2,39,191); }
H1.HeaderClassName
{
color: #0227BF;
}
.AnyTagClassName
{
color: #0227BF;
}
</style>
background-color css
<style>
a { background-color: #0227BF; }
a { background-color: rgb(2,39,191); }
div.DivClassName
{
background-color: #0227BF;
}
.BgClassName
{
background-color: #0227BF;
}
</style>
border-color css
<style>
span { border-color: #0227BF; }
span { border-color: rgb(2,39,191); }
td.TdClassName
{
border-color: #0227BF;
}
.TagClassName
{
border-color: #0227BF;
}
</style>