Html Css Color HEX #0225BD International Klein Blue
📋 copy color: '#0225BD'red 2 ◦ green 37 ◦ blue 189
Shades of International Klein Blue #0225BD
Tints of International Klein Blue #0225BD
RGB
CMYK
RGB Variations
Color information
#0225BD (or 0x0225BD) is known color: International Klein Blue. HEX triplet: 02, 25 and BD. RGB value is (2,37,189). Sum of RGB (Red+Green+Blue) = 2+37+189=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #0225BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0225BD is #FDDA42. Grayscale: #2B2B2B. Windows color (decimal): -16636483 or 12395778. OLE color: 12395778.
HSL color Cylindrical-coordinate representation of color #0225BD: hue angle of 228.77º 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 #0225BD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 37 | 189 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.26 |
| HSL | 228.77º | 0.98% | 0.37% | - |
| HSV(B) | 228.77º | 0.99% | 0.74% | - |
| XYZ | 9.87 | 5.01 | 48.59 | - |
| YUV | 43.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 189 | 0.99 | 0.80 | 0 | 0.26 | 228.77 | 0.98 | 0.37 |
| Hex | 2 | 25 | BD | 63 | 50 | 0 | 1A | E5 | 62 | 25 |
| Octal | 2 | 45 | 275 | 143 | 120 | 0 | 32 | 345 | 142 | 45 |
| Binary | 10 | 100101 | 10111101 | 1100011 | 1010000 | 0 | 11010 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0225BD
Complementary color
Monochromatic Colors of #0225BD
Black with #0225BD
Text Example
Text Example
White with #0225BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0225BD; }
p { color: rgb(2,37,189); }
H1.HeaderClassName
{
color: #0225BD;
}
.AnyTagClassName
{
color: #0225BD;
}
</style>
background-color css
<style>
a { background-color: #0225BD; }
a { background-color: rgb(2,37,189); }
div.DivClassName
{
background-color: #0225BD;
}
.BgClassName
{
background-color: #0225BD;
}
</style>
border-color css
<style>
span { border-color: #0225BD; }
span { border-color: rgb(2,37,189); }
td.TdClassName
{
border-color: #0225BD;
}
.TagClassName
{
border-color: #0225BD;
}
</style>