Html Css Color HEX #0232BD International Klein Blue
📋 copy color: '#0232BD'red 2 ◦ green 50 ◦ blue 189
Shades of International Klein Blue #0232BD
Tints of International Klein Blue #0232BD
RGB
CMYK
RGB Variations
Color information
#0232BD (or 0x0232BD) is known color: International Klein Blue. HEX triplet: 02, 32 and BD. RGB value is (2,50,189). Sum of RGB (Red+Green+Blue) = 2+50+189=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #0232BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232BD is #FDCD42. Grayscale: #323232. Windows color (decimal): -16633155 or 12399106. OLE color: 12399106.
HSL color Cylindrical-coordinate representation of color #0232BD: hue angle of 224.6º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232BD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 50 | 189 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.26 |
| HSL | 224.6º | 0.98% | 0.37% | - |
| HSV(B) | 224.6º | 0.99% | 0.74% | - |
| XYZ | 10.35 | 5.97 | 48.75 | - |
| YUV | 51.49 | 205.6 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 189 | 0.99 | 0.74 | 0 | 0.26 | 224.6 | 0.98 | 0.37 |
| Hex | 2 | 32 | BD | 63 | 4A | 0 | 1A | E1 | 62 | 25 |
| Octal | 2 | 62 | 275 | 143 | 112 | 0 | 32 | 341 | 142 | 45 |
| Binary | 10 | 110010 | 10111101 | 1100011 | 1001010 | 0 | 11010 | 11100001 | 1100010 | 100101 |
Color Harmonies of #0232BD
Complementary color
Monochromatic Colors of #0232BD
Black with #0232BD
Text Example
Text Example
White with #0232BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232BD; }
p { color: rgb(2,50,189); }
H1.HeaderClassName
{
color: #0232BD;
}
.AnyTagClassName
{
color: #0232BD;
}
</style>
background-color css
<style>
a { background-color: #0232BD; }
a { background-color: rgb(2,50,189); }
div.DivClassName
{
background-color: #0232BD;
}
.BgClassName
{
background-color: #0232BD;
}
</style>
border-color css
<style>
span { border-color: #0232BD; }
span { border-color: rgb(2,50,189); }
td.TdClassName
{
border-color: #0232BD;
}
.TagClassName
{
border-color: #0232BD;
}
</style>