Html Css Color HEX #0227AD International Klein Blue
📋 copy color: '#0227AD'red 2 ◦ green 39 ◦ blue 173
Shades of International Klein Blue #0227AD
Tints of International Klein Blue #0227AD
RGB
CMYK
RGB Variations
Color information
#0227AD (or 0x0227AD) is known color: International Klein Blue. HEX triplet: 02, 27 and AD. RGB value is (2,39,173). Sum of RGB (Red+Green+Blue) = 2+39+173=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #0227AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0227AD is #FDD852. Grayscale: #2A2A2A. Windows color (decimal): -16635987 or 11347714. OLE color: 11347714.
HSL color Cylindrical-coordinate representation of color #0227AD: hue angle of 227.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227AD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 39 | 173 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.32 |
| HSL | 227.02º | 0.98% | 0.34% | - |
| HSV(B) | 227.02º | 0.99% | 0.68% | - |
| XYZ | 8.29 | 4.48 | 39.96 | - |
| YUV | 43.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 173 | 0.99 | 0.77 | 0 | 0.32 | 227.02 | 0.98 | 0.34 |
| Hex | 2 | 27 | AD | 63 | 4D | 0 | 20 | E3 | 62 | 22 |
| Octal | 2 | 47 | 255 | 143 | 115 | 0 | 40 | 343 | 142 | 42 |
| Binary | 10 | 100111 | 10101101 | 1100011 | 1001101 | 0 | 100000 | 11100011 | 1100010 | 100010 |
Color Harmonies of #0227AD
Complementary color
Monochromatic Colors of #0227AD
Black with #0227AD
Text Example
Text Example
White with #0227AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227AD; }
p { color: rgb(2,39,173); }
H1.HeaderClassName
{
color: #0227AD;
}
.AnyTagClassName
{
color: #0227AD;
}
</style>
background-color css
<style>
a { background-color: #0227AD; }
a { background-color: rgb(2,39,173); }
div.DivClassName
{
background-color: #0227AD;
}
.BgClassName
{
background-color: #0227AD;
}
</style>
border-color css
<style>
span { border-color: #0227AD; }
span { border-color: rgb(2,39,173); }
td.TdClassName
{
border-color: #0227AD;
}
.TagClassName
{
border-color: #0227AD;
}
</style>