Html Css Color HEX #0134BD International Klein Blue
📋 copy color: '#0134BD'red 1 ◦ green 52 ◦ blue 189
Shades of International Klein Blue #0134BD
Tints of International Klein Blue #0134BD
RGB
CMYK
RGB Variations
Color information
#0134BD (or 0x0134BD) is known color: International Klein Blue. HEX triplet: 01, 34 and BD. RGB value is (1,52,189). Sum of RGB (Red+Green+Blue) = 1+52+189=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #0134BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134BD is #FECB42. Grayscale: #333333. Windows color (decimal): -16698179 or 12399617. OLE color: 12399617.
HSL color Cylindrical-coordinate representation of color #0134BD: hue angle of 223.72º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0134BD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 52 | 189 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.26 |
| HSL | 223.72º | 0.99% | 0.37% | - |
| HSV(B) | 223.72º | 0.99% | 0.74% | - |
| XYZ | 10.43 | 6.14 | 48.78 | - |
| YUV | 52.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 189 | 0.99 | 0.72 | 0 | 0.26 | 223.72 | 0.99 | 0.37 |
| Hex | 1 | 34 | BD | 63 | 48 | 0 | 1A | E0 | 63 | 25 |
| Octal | 1 | 64 | 275 | 143 | 110 | 0 | 32 | 340 | 143 | 45 |
| Binary | 1 | 110100 | 10111101 | 1100011 | 1001000 | 0 | 11010 | 11100000 | 1100011 | 100101 |
Color Harmonies of #0134BD
Complementary color
Monochromatic Colors of #0134BD
Black with #0134BD
Text Example
Text Example
White with #0134BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0134BD; }
p { color: rgb(1,52,189); }
H1.HeaderClassName
{
color: #0134BD;
}
.AnyTagClassName
{
color: #0134BD;
}
</style>
background-color css
<style>
a { background-color: #0134BD; }
a { background-color: rgb(1,52,189); }
div.DivClassName
{
background-color: #0134BD;
}
.BgClassName
{
background-color: #0134BD;
}
</style>
border-color css
<style>
span { border-color: #0134BD; }
span { border-color: rgb(1,52,189); }
td.TdClassName
{
border-color: #0134BD;
}
.TagClassName
{
border-color: #0134BD;
}
</style>