Html Css Color HEX #0232B0 International Klein Blue
📋 copy color: '#0232B0'red 2 ◦ green 50 ◦ blue 176
Shades of International Klein Blue #0232B0
Tints of International Klein Blue #0232B0
RGB
CMYK
RGB Variations
Color information
#0232B0 (or 0x0232B0) is known color: International Klein Blue. HEX triplet: 02, 32 and B0. RGB value is (2,50,176). Sum of RGB (Red+Green+Blue) = 2+50+176=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 176 (69.14% from 255 or 77.19% from 228); Max value from RGB is 176 - color contains mainly: blue. Hex color #0232B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0232B0 is #FDCD4F. Grayscale: #313131. Windows color (decimal): -16633168 or 11547138. OLE color: 11547138.
HSL color Cylindrical-coordinate representation of color #0232B0: hue angle of 223.45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232B0 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 50 | 176 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.31 |
| HSL | 223.45º | 0.98% | 0.35% | - |
| HSV(B) | 223.45º | 0.99% | 0.69% | - |
| XYZ | 9 | 5.43 | 41.65 | - |
| YUV | 50.01 | 199.1 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 176 | 0.99 | 0.72 | 0 | 0.31 | 223.45 | 0.98 | 0.35 |
| Hex | 2 | 32 | B0 | 63 | 48 | 0 | 1F | DF | 62 | 23 |
| Octal | 2 | 62 | 260 | 143 | 110 | 0 | 37 | 337 | 142 | 43 |
| Binary | 10 | 110010 | 10110000 | 1100011 | 1001000 | 0 | 11111 | 11011111 | 1100010 | 100011 |
Color Harmonies of #0232B0
Complementary color
Monochromatic Colors of #0232B0
Black with #0232B0
Text Example
Text Example
White with #0232B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232B0; }
p { color: rgb(2,50,176); }
H1.HeaderClassName
{
color: #0232B0;
}
.AnyTagClassName
{
color: #0232B0;
}
</style>
background-color css
<style>
a { background-color: #0232B0; }
a { background-color: rgb(2,50,176); }
div.DivClassName
{
background-color: #0232B0;
}
.BgClassName
{
background-color: #0232B0;
}
</style>
border-color css
<style>
span { border-color: #0232B0; }
span { border-color: rgb(2,50,176); }
td.TdClassName
{
border-color: #0232B0;
}
.TagClassName
{
border-color: #0232B0;
}
</style>