Html Css Color HEX #0227BD International Klein Blue
📋 copy color: '#0227BD'red 2 ◦ green 39 ◦ blue 189
Shades of International Klein Blue #0227BD
Tints of International Klein Blue #0227BD
RGB
CMYK
RGB Variations
Color information
#0227BD (or 0x0227BD) is known color: International Klein Blue. HEX triplet: 02, 27 and BD. RGB value is (2,39,189). Sum of RGB (Red+Green+Blue) = 2+39+189=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #0227BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227BD is #FDD842. Grayscale: #2C2C2C. Windows color (decimal): -16635971 or 12396290. OLE color: 12396290.
HSL color Cylindrical-coordinate representation of color #0227BD: hue angle of 228.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227BD is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 39 | 189 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.26 |
| HSL | 228.13º | 0.98% | 0.37% | - |
| HSV(B) | 228.13º | 0.99% | 0.74% | - |
| XYZ | 9.94 | 5.14 | 48.61 | - |
| YUV | 45.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 189 | 0.99 | 0.79 | 0 | 0.26 | 228.13 | 0.98 | 0.37 |
| Hex | 2 | 27 | BD | 63 | 4F | 0 | 1A | E4 | 62 | 25 |
| Octal | 2 | 47 | 275 | 143 | 117 | 0 | 32 | 344 | 142 | 45 |
| Binary | 10 | 100111 | 10111101 | 1100011 | 1001111 | 0 | 11010 | 11100100 | 1100010 | 100101 |
Color Harmonies of #0227BD
Complementary color
Monochromatic Colors of #0227BD
Black with #0227BD
Text Example
Text Example
White with #0227BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227BD; }
p { color: rgb(2,39,189); }
H1.HeaderClassName
{
color: #0227BD;
}
.AnyTagClassName
{
color: #0227BD;
}
</style>
background-color css
<style>
a { background-color: #0227BD; }
a { background-color: rgb(2,39,189); }
div.DivClassName
{
background-color: #0227BD;
}
.BgClassName
{
background-color: #0227BD;
}
</style>
border-color css
<style>
span { border-color: #0227BD; }
span { border-color: rgb(2,39,189); }
td.TdClassName
{
border-color: #0227BD;
}
.TagClassName
{
border-color: #0227BD;
}
</style>