Html Css Color HEX #0134C0 International Klein Blue
📋 copy color: '#0134C0'red 1 ◦ green 52 ◦ blue 192
Shades of International Klein Blue #0134C0
Tints of International Klein Blue #0134C0
RGB
CMYK
RGB Variations
Color information
#0134C0 (or 0x0134C0) is known color: International Klein Blue. HEX triplet: 01, 34 and C0. RGB value is (1,52,192). Sum of RGB (Red+Green+Blue) = 1+52+192=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #0134C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134C0 is #FECB3F. Grayscale: #343434. Windows color (decimal): -16698176 or 12596225. OLE color: 12596225.
HSL color Cylindrical-coordinate representation of color #0134C0: hue angle of 223.98º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0134C0 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 52 | 192 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.25 |
| HSL | 223.98º | 0.99% | 0.38% | - |
| HSV(B) | 223.98º | 0.99% | 0.75% | - |
| XYZ | 10.75 | 6.27 | 50.51 | - |
| YUV | 52.71 | 206.6 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 192 | 0.99 | 0.73 | 0 | 0.25 | 223.98 | 0.99 | 0.38 |
| Hex | 1 | 34 | C0 | 63 | 49 | 0 | 19 | E0 | 63 | 26 |
| Octal | 1 | 64 | 300 | 143 | 111 | 0 | 31 | 340 | 143 | 46 |
| Binary | 1 | 110100 | 11000000 | 1100011 | 1001001 | 0 | 11001 | 11100000 | 1100011 | 100110 |
Color Harmonies of #0134C0
Complementary color
Monochromatic Colors of #0134C0
Black with #0134C0
Text Example
Text Example
White with #0134C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0134C0; }
p { color: rgb(1,52,192); }
H1.HeaderClassName
{
color: #0134C0;
}
.AnyTagClassName
{
color: #0134C0;
}
</style>
background-color css
<style>
a { background-color: #0134C0; }
a { background-color: rgb(1,52,192); }
div.DivClassName
{
background-color: #0134C0;
}
.BgClassName
{
background-color: #0134C0;
}
</style>
border-color css
<style>
span { border-color: #0134C0; }
span { border-color: rgb(1,52,192); }
td.TdClassName
{
border-color: #0134C0;
}
.TagClassName
{
border-color: #0134C0;
}
</style>