Html Css Color HEX #0227C5 International Klein Blue
📋 copy color: '#0227C5'red 2 ◦ green 39 ◦ blue 197
Shades of International Klein Blue #0227C5
Tints of International Klein Blue #0227C5
RGB
CMYK
RGB Variations
Color information
#0227C5 (or 0x0227C5) is known color: International Klein Blue. HEX triplet: 02, 27 and C5. RGB value is (2,39,197). Sum of RGB (Red+Green+Blue) = 2+39+197=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 197 (77.34% from 255 or 82.77% from 238); Max value from RGB is 197 - color contains mainly: blue. Hex color #0227C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227C5 is #FDD83A. Grayscale: #2D2D2D. Windows color (decimal): -16635963 or 12920578. OLE color: 12920578.
HSL color Cylindrical-coordinate representation of color #0227C5: hue angle of 228.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227C5 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 39 | 197 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.23 |
| HSL | 228.62º | 0.98% | 0.39% | - |
| HSV(B) | 228.62º | 0.99% | 0.77% | - |
| XYZ | 10.83 | 5.5 | 53.31 | - |
| YUV | 45.95 | 213.24 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 197 | 0.99 | 0.80 | 0 | 0.23 | 228.62 | 0.98 | 0.39 |
| Hex | 2 | 27 | C5 | 63 | 50 | 0 | 17 | E5 | 62 | 27 |
| Octal | 2 | 47 | 305 | 143 | 120 | 0 | 27 | 345 | 142 | 47 |
| Binary | 10 | 100111 | 11000101 | 1100011 | 1010000 | 0 | 10111 | 11100101 | 1100010 | 100111 |
Color Harmonies of #0227C5
Complementary color
Monochromatic Colors of #0227C5
Black with #0227C5
Text Example
Text Example
White with #0227C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0227C5; }
p { color: rgb(2,39,197); }
H1.HeaderClassName
{
color: #0227C5;
}
.AnyTagClassName
{
color: #0227C5;
}
</style>
background-color css
<style>
a { background-color: #0227C5; }
a { background-color: rgb(2,39,197); }
div.DivClassName
{
background-color: #0227C5;
}
.BgClassName
{
background-color: #0227C5;
}
</style>
border-color css
<style>
span { border-color: #0227C5; }
span { border-color: rgb(2,39,197); }
td.TdClassName
{
border-color: #0227C5;
}
.TagClassName
{
border-color: #0227C5;
}
</style>