Html Css Color HEX #0232AD International Klein Blue
📋 copy color: '#0232AD'red 2 ◦ green 50 ◦ blue 173
Shades of International Klein Blue #0232AD
Tints of International Klein Blue #0232AD
RGB
CMYK
RGB Variations
Color information
#0232AD (or 0x0232AD) is known color: International Klein Blue. HEX triplet: 02, 32 and AD. RGB value is (2,50,173). Sum of RGB (Red+Green+Blue) = 2+50+173=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #0232AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0232AD is #FDCD52. Grayscale: #313131. Windows color (decimal): -16633171 or 11350530. OLE color: 11350530.
HSL color Cylindrical-coordinate representation of color #0232AD: hue angle of 223.16º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232AD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 50 | 173 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.32 |
| HSL | 223.16º | 0.98% | 0.34% | - |
| HSV(B) | 223.16º | 0.99% | 0.68% | - |
| XYZ | 8.71 | 5.31 | 40.1 | - |
| YUV | 49.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 173 | 0.99 | 0.71 | 0 | 0.32 | 223.16 | 0.98 | 0.34 |
| Hex | 2 | 32 | AD | 63 | 47 | 0 | 20 | DF | 62 | 22 |
| Octal | 2 | 62 | 255 | 143 | 107 | 0 | 40 | 337 | 142 | 42 |
| Binary | 10 | 110010 | 10101101 | 1100011 | 1000111 | 0 | 100000 | 11011111 | 1100010 | 100010 |
Color Harmonies of #0232AD
Complementary color
Monochromatic Colors of #0232AD
Black with #0232AD
Text Example
Text Example
White with #0232AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232AD; }
p { color: rgb(2,50,173); }
H1.HeaderClassName
{
color: #0232AD;
}
.AnyTagClassName
{
color: #0232AD;
}
</style>
background-color css
<style>
a { background-color: #0232AD; }
a { background-color: rgb(2,50,173); }
div.DivClassName
{
background-color: #0232AD;
}
.BgClassName
{
background-color: #0232AD;
}
</style>
border-color css
<style>
span { border-color: #0232AD; }
span { border-color: rgb(2,50,173); }
td.TdClassName
{
border-color: #0232AD;
}
.TagClassName
{
border-color: #0232AD;
}
</style>