Html Css Color HEX #0025AD International Klein Blue
📋 copy color: '#0025AD'red 0 ◦ green 37 ◦ blue 173
Shades of International Klein Blue #0025AD
Tints of International Klein Blue #0025AD
RGB
CMYK
RGB Variations
Color information
#0025AD (or 0x0025AD) is known color: International Klein Blue. HEX triplet: 00, 25 and AD. RGB value is (0,37,173). Sum of RGB (Red+Green+Blue) = 0+37+173=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #0025AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0025AD is #FFDA52. Grayscale: #282828. Windows color (decimal): -16767571 or 11347200. OLE color: 11347200.
HSL color Cylindrical-coordinate representation of color #0025AD: hue angle of 227.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025AD is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 37 | 173 | - |
| CMYK | 1 | 0.79 | 0 | 0.32 |
| HSL | 227.17º | 1% | 0.34% | - |
| HSV(B) | 227.17º | 1% | 0.68% | - |
| XYZ | 8.2 | 4.34 | 39.94 | - |
| YUV | 41.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 173 | 1 | 0.79 | 0 | 0.32 | 227.17 | 1 | 0.34 |
| Hex | 0 | 25 | AD | 64 | 4F | 0 | 20 | E3 | 64 | 22 |
| Octal | 0 | 45 | 255 | 144 | 117 | 0 | 40 | 343 | 144 | 42 |
| Binary | 0 | 100101 | 10101101 | 1100100 | 1001111 | 0 | 100000 | 11100011 | 1100100 | 100010 |
Color Harmonies of #0025AD
Complementary color
Monochromatic Colors of #0025AD
Black with #0025AD
Text Example
Text Example
White with #0025AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025AD; }
p { color: rgb(0,37,173); }
H1.HeaderClassName
{
color: #0025AD;
}
.AnyTagClassName
{
color: #0025AD;
}
</style>
background-color css
<style>
a { background-color: #0025AD; }
a { background-color: rgb(0,37,173); }
div.DivClassName
{
background-color: #0025AD;
}
.BgClassName
{
background-color: #0025AD;
}
</style>
border-color css
<style>
span { border-color: #0025AD; }
span { border-color: rgb(0,37,173); }
td.TdClassName
{
border-color: #0025AD;
}
.TagClassName
{
border-color: #0025AD;
}
</style>