Html Css Color HEX #0130C5 International Klein Blue
📋 copy color: '#0130C5'red 1 ◦ green 48 ◦ blue 197
Shades of International Klein Blue #0130C5
Tints of International Klein Blue #0130C5
RGB
CMYK
RGB Variations
Color information
#0130C5 (or 0x0130C5) is known color: International Klein Blue. HEX triplet: 01, 30 and C5. RGB value is (1,48,197). Sum of RGB (Red+Green+Blue) = 1+48+197=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 48 (19.14% from 255 or 19.51% 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 #0130C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130C5 is #FECF3A. Grayscale: #323232. Windows color (decimal): -16699195 or 12922881. OLE color: 12922881.
HSL color Cylindrical-coordinate representation of color #0130C5: hue angle of 225.61º degrees, saturation: 0.99, 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 #0130C5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 48 | 197 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.23 |
| HSL | 225.61º | 0.99% | 0.39% | - |
| HSV(B) | 225.61º | 0.99% | 0.77% | - |
| XYZ | 11.15 | 6.15 | 53.42 | - |
| YUV | 50.93 | 210.43 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 197 | 0.99 | 0.76 | 0 | 0.23 | 225.61 | 0.99 | 0.39 |
| Hex | 1 | 30 | C5 | 63 | 4C | 0 | 17 | E2 | 63 | 27 |
| Octal | 1 | 60 | 305 | 143 | 114 | 0 | 27 | 342 | 143 | 47 |
| Binary | 1 | 110000 | 11000101 | 1100011 | 1001100 | 0 | 10111 | 11100010 | 1100011 | 100111 |
Color Harmonies of #0130C5
Complementary color
Monochromatic Colors of #0130C5
Black with #0130C5
Text Example
Text Example
White with #0130C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0130C5; }
p { color: rgb(1,48,197); }
H1.HeaderClassName
{
color: #0130C5;
}
.AnyTagClassName
{
color: #0130C5;
}
</style>
background-color css
<style>
a { background-color: #0130C5; }
a { background-color: rgb(1,48,197); }
div.DivClassName
{
background-color: #0130C5;
}
.BgClassName
{
background-color: #0130C5;
}
</style>
border-color css
<style>
span { border-color: #0130C5; }
span { border-color: rgb(1,48,197); }
td.TdClassName
{
border-color: #0130C5;
}
.TagClassName
{
border-color: #0130C5;
}
</style>