Html Css Color HEX #0132AC International Klein Blue
📋 copy color: '#0132AC'red 1 ◦ green 50 ◦ blue 172
Shades of International Klein Blue #0132AC
Tints of International Klein Blue #0132AC
RGB
CMYK
RGB Variations
Color information
#0132AC (or 0x0132AC) is known color: International Klein Blue. HEX triplet: 01, 32 and AC. RGB value is (1,50,172). Sum of RGB (Red+Green+Blue) = 1+50+172=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #0132AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0132AC is #FECD53. Grayscale: #303030. Windows color (decimal): -16698708 or 11284993. OLE color: 11284993.
HSL color Cylindrical-coordinate representation of color #0132AC: hue angle of 222.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0132AC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 50 | 172 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.33 |
| HSL | 222.81º | 0.99% | 0.34% | - |
| HSV(B) | 222.81º | 0.99% | 0.67% | - |
| XYZ | 8.6 | 5.27 | 39.59 | - |
| YUV | 49.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 172 | 0.99 | 0.71 | 0 | 0.33 | 222.81 | 0.99 | 0.34 |
| Hex | 1 | 32 | AC | 63 | 47 | 0 | 21 | DF | 63 | 22 |
| Octal | 1 | 62 | 254 | 143 | 107 | 0 | 41 | 337 | 143 | 42 |
| Binary | 1 | 110010 | 10101100 | 1100011 | 1000111 | 0 | 100001 | 11011111 | 1100011 | 100010 |
Color Harmonies of #0132AC
Complementary color
Monochromatic Colors of #0132AC
Black with #0132AC
Text Example
Text Example
White with #0132AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132AC; }
p { color: rgb(1,50,172); }
H1.HeaderClassName
{
color: #0132AC;
}
.AnyTagClassName
{
color: #0132AC;
}
</style>
background-color css
<style>
a { background-color: #0132AC; }
a { background-color: rgb(1,50,172); }
div.DivClassName
{
background-color: #0132AC;
}
.BgClassName
{
background-color: #0132AC;
}
</style>
border-color css
<style>
span { border-color: #0132AC; }
span { border-color: rgb(1,50,172); }
td.TdClassName
{
border-color: #0132AC;
}
.TagClassName
{
border-color: #0132AC;
}
</style>