Html Css Color HEX #0134BA International Klein Blue
📋 copy color: '#0134BA'red 1 ◦ green 52 ◦ blue 186
Shades of International Klein Blue #0134BA
Tints of International Klein Blue #0134BA
RGB
CMYK
RGB Variations
Color information
#0134BA (or 0x0134BA) is known color: International Klein Blue. HEX triplet: 01, 34 and BA. RGB value is (1,52,186). Sum of RGB (Red+Green+Blue) = 1+52+186=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #0134BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134BA is #FECB45. Grayscale: #333333. Windows color (decimal): -16698182 or 12203009. OLE color: 12203009.
HSL color Cylindrical-coordinate representation of color #0134BA: hue angle of 223.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0134BA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 52 | 186 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.27 |
| HSL | 223.46º | 0.99% | 0.37% | - |
| HSV(B) | 223.46º | 0.99% | 0.73% | - |
| XYZ | 10.1 | 6.01 | 47.08 | - |
| YUV | 52.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 186 | 0.99 | 0.72 | 0 | 0.27 | 223.46 | 0.99 | 0.37 |
| Hex | 1 | 34 | BA | 63 | 48 | 0 | 1B | DF | 63 | 25 |
| Octal | 1 | 64 | 272 | 143 | 110 | 0 | 33 | 337 | 143 | 45 |
| Binary | 1 | 110100 | 10111010 | 1100011 | 1001000 | 0 | 11011 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0134BA
Complementary color
Monochromatic Colors of #0134BA
Black with #0134BA
Text Example
Text Example
White with #0134BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0134BA; }
p { color: rgb(1,52,186); }
H1.HeaderClassName
{
color: #0134BA;
}
.AnyTagClassName
{
color: #0134BA;
}
</style>
background-color css
<style>
a { background-color: #0134BA; }
a { background-color: rgb(1,52,186); }
div.DivClassName
{
background-color: #0134BA;
}
.BgClassName
{
background-color: #0134BA;
}
</style>
border-color css
<style>
span { border-color: #0134BA; }
span { border-color: rgb(1,52,186); }
td.TdClassName
{
border-color: #0134BA;
}
.TagClassName
{
border-color: #0134BA;
}
</style>