Html Css Color HEX #0031C5 International Klein Blue
📋 copy color: '#0031C5'red 0 ◦ green 49 ◦ blue 197
Shades of International Klein Blue #0031C5
Tints of International Klein Blue #0031C5
RGB
CMYK
RGB Variations
Color information
#0031C5 (or 0x0031C5) is known color: International Klein Blue. HEX triplet: 00, 31 and C5. RGB value is (0,49,197). Sum of RGB (Red+Green+Blue) = 0+49+197=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 197 (77.34% from 255 or 80.08% from 246); Max value from RGB is 197 - color contains mainly: blue. Hex color #0031C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031C5 is #FFCE3A. Grayscale: #323232. Windows color (decimal): -16764475 or 12923136. OLE color: 12923136.
HSL color Cylindrical-coordinate representation of color #0031C5: hue angle of 225.08º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031C5 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 49 | 197 | - |
| CMYK | 1 | 0.75 | 0 | 0.23 |
| HSL | 225.08º | 1% | 0.39% | - |
| HSV(B) | 225.08º | 1% | 0.77% | - |
| XYZ | 11.18 | 6.23 | 53.44 | - |
| YUV | 51.22 | 210.27 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 197 | 1 | 0.75 | 0 | 0.23 | 225.08 | 1 | 0.39 |
| Hex | 0 | 31 | C5 | 64 | 4B | 0 | 17 | E1 | 64 | 27 |
| Octal | 0 | 61 | 305 | 144 | 113 | 0 | 27 | 341 | 144 | 47 |
| Binary | 0 | 110001 | 11000101 | 1100100 | 1001011 | 0 | 10111 | 11100001 | 1100100 | 100111 |
Color Harmonies of #0031C5
Complementary color
Monochromatic Colors of #0031C5
Black with #0031C5
Text Example
Text Example
White with #0031C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031C5; }
p { color: rgb(0,49,197); }
H1.HeaderClassName
{
color: #0031C5;
}
.AnyTagClassName
{
color: #0031C5;
}
</style>
background-color css
<style>
a { background-color: #0031C5; }
a { background-color: rgb(0,49,197); }
div.DivClassName
{
background-color: #0031C5;
}
.BgClassName
{
background-color: #0031C5;
}
</style>
border-color css
<style>
span { border-color: #0031C5; }
span { border-color: rgb(0,49,197); }
td.TdClassName
{
border-color: #0031C5;
}
.TagClassName
{
border-color: #0031C5;
}
</style>