Html Css Color HEX #0225BA International Klein Blue
📋 copy color: '#0225BA'red 2 ◦ green 37 ◦ blue 186
Shades of International Klein Blue #0225BA
Tints of International Klein Blue #0225BA
RGB
CMYK
RGB Variations
Color information
#0225BA (or 0x0225BA) is known color: International Klein Blue. HEX triplet: 02, 25 and BA. RGB value is (2,37,186). Sum of RGB (Red+Green+Blue) = 2+37+186=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #0225BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0225BA is #FDDA45. Grayscale: #2A2A2A. Windows color (decimal): -16636486 or 12199170. OLE color: 12199170.
HSL color Cylindrical-coordinate representation of color #0225BA: hue angle of 228.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0225BA is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 37 | 186 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.27 |
| HSL | 228.59º | 0.98% | 0.37% | - |
| HSV(B) | 228.59º | 0.99% | 0.73% | - |
| XYZ | 9.55 | 4.88 | 46.89 | - |
| YUV | 43.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 186 | 0.99 | 0.80 | 0 | 0.27 | 228.59 | 0.98 | 0.37 |
| Hex | 2 | 25 | BA | 63 | 50 | 0 | 1B | E5 | 62 | 25 |
| Octal | 2 | 45 | 272 | 143 | 120 | 0 | 33 | 345 | 142 | 45 |
| Binary | 10 | 100101 | 10111010 | 1100011 | 1010000 | 0 | 11011 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0225BA
Complementary color
Monochromatic Colors of #0225BA
Black with #0225BA
Text Example
Text Example
White with #0225BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0225BA; }
p { color: rgb(2,37,186); }
H1.HeaderClassName
{
color: #0225BA;
}
.AnyTagClassName
{
color: #0225BA;
}
</style>
background-color css
<style>
a { background-color: #0225BA; }
a { background-color: rgb(2,37,186); }
div.DivClassName
{
background-color: #0225BA;
}
.BgClassName
{
background-color: #0225BA;
}
</style>
border-color css
<style>
span { border-color: #0225BA; }
span { border-color: rgb(2,37,186); }
td.TdClassName
{
border-color: #0225BA;
}
.TagClassName
{
border-color: #0225BA;
}
</style>