Html Css Color HEX #0232C1 International Klein Blue
📋 copy color: '#0232C1'red 2 ◦ green 50 ◦ blue 193
Shades of International Klein Blue #0232C1
Tints of International Klein Blue #0232C1
RGB
CMYK
RGB Variations
Color information
#0232C1 (or 0x0232C1) is known color: International Klein Blue. HEX triplet: 02, 32 and C1. RGB value is (2,50,193). Sum of RGB (Red+Green+Blue) = 2+50+193=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #0232C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232C1 is #FDCD3E. Grayscale: #333333. Windows color (decimal): -16633151 or 12661250. OLE color: 12661250.
HSL color Cylindrical-coordinate representation of color #0232C1: hue angle of 224.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232C1 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 50 | 193 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.24 |
| HSL | 224.92º | 0.98% | 0.38% | - |
| HSV(B) | 224.92º | 0.99% | 0.76% | - |
| XYZ | 10.79 | 6.14 | 51.07 | - |
| YUV | 51.95 | 207.6 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 193 | 0.99 | 0.74 | 0 | 0.24 | 224.92 | 0.98 | 0.38 |
| Hex | 2 | 32 | C1 | 63 | 4A | 0 | 18 | E1 | 62 | 26 |
| Octal | 2 | 62 | 301 | 143 | 112 | 0 | 30 | 341 | 142 | 46 |
| Binary | 10 | 110010 | 11000001 | 1100011 | 1001010 | 0 | 11000 | 11100001 | 1100010 | 100110 |
Color Harmonies of #0232C1
Complementary color
Monochromatic Colors of #0232C1
Black with #0232C1
Text Example
Text Example
White with #0232C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232C1; }
p { color: rgb(2,50,193); }
H1.HeaderClassName
{
color: #0232C1;
}
.AnyTagClassName
{
color: #0232C1;
}
</style>
background-color css
<style>
a { background-color: #0232C1; }
a { background-color: rgb(2,50,193); }
div.DivClassName
{
background-color: #0232C1;
}
.BgClassName
{
background-color: #0232C1;
}
</style>
border-color css
<style>
span { border-color: #0232C1; }
span { border-color: rgb(2,50,193); }
td.TdClassName
{
border-color: #0232C1;
}
.TagClassName
{
border-color: #0232C1;
}
</style>