Html Css Color HEX #0032AB International Klein Blue
📋 copy color: '#0032AB'red 0 ◦ green 50 ◦ blue 171
Shades of International Klein Blue #0032AB
Tints of International Klein Blue #0032AB
RGB
CMYK
RGB Variations
Color information
#0032AB (or 0x0032AB) is known color: International Klein Blue. HEX triplet: 00, 32 and AB. RGB value is (0,50,171). Sum of RGB (Red+Green+Blue) = 0+50+171=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #0032AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0032AB is #FFCD54. Grayscale: #303030. Windows color (decimal): -16764245 or 11219456. OLE color: 11219456.
HSL color Cylindrical-coordinate representation of color #0032AB: hue angle of 222.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0032AB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 50 | 171 | - |
| CMYK | 1 | 0.71 | 0 | 0.33 |
| HSL | 222.46º | 1% | 0.34% | - |
| HSV(B) | 222.46º | 1% | 0.67% | - |
| XYZ | 8.49 | 5.22 | 39.09 | - |
| YUV | 48.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 171 | 1 | 0.71 | 0 | 0.33 | 222.46 | 1 | 0.34 |
| Hex | 0 | 32 | AB | 64 | 47 | 0 | 21 | DE | 64 | 22 |
| Octal | 0 | 62 | 253 | 144 | 107 | 0 | 41 | 336 | 144 | 42 |
| Binary | 0 | 110010 | 10101011 | 1100100 | 1000111 | 0 | 100001 | 11011110 | 1100100 | 100010 |
Color Harmonies of #0032AB
Complementary color
Monochromatic Colors of #0032AB
Black with #0032AB
Text Example
Text Example
White with #0032AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0032AB; }
p { color: rgb(0,50,171); }
H1.HeaderClassName
{
color: #0032AB;
}
.AnyTagClassName
{
color: #0032AB;
}
</style>
background-color css
<style>
a { background-color: #0032AB; }
a { background-color: rgb(0,50,171); }
div.DivClassName
{
background-color: #0032AB;
}
.BgClassName
{
background-color: #0032AB;
}
</style>
border-color css
<style>
span { border-color: #0032AB; }
span { border-color: rgb(0,50,171); }
td.TdClassName
{
border-color: #0032AB;
}
.TagClassName
{
border-color: #0032AB;
}
</style>