Html Css Color HEX #0018AD International Klein Blue
📋 copy color: '#0018AD'red 0 ◦ green 24 ◦ blue 173
Shades of International Klein Blue #0018AD
Tints of International Klein Blue #0018AD
RGB
CMYK
RGB Variations
Color information
#0018AD (or 0x0018AD) is known color: International Klein Blue. HEX triplet: 00, 18 and AD. RGB value is (0,24,173). Sum of RGB (Red+Green+Blue) = 0+24+173=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #0018AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0018AD is #FFE752. Grayscale: #212121. Windows color (decimal): -16770899 or 11343872. OLE color: 11343872.
HSL color Cylindrical-coordinate representation of color #0018AD: hue angle of 231.68º 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 #0018AD is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 24 | 173 | - |
| CMYK | 1 | 0.86 | 0 | 0.32 |
| HSL | 231.68º | 1% | 0.34% | - |
| HSV(B) | 231.68º | 1% | 0.68% | - |
| XYZ | 7.87 | 3.67 | 39.83 | - |
| YUV | 33.81 | 206.55 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 173 | 1 | 0.86 | 0 | 0.32 | 231.68 | 1 | 0.34 |
| Hex | 0 | 18 | AD | 64 | 56 | 0 | 20 | E8 | 64 | 22 |
| Octal | 0 | 30 | 255 | 144 | 126 | 0 | 40 | 350 | 144 | 42 |
| Binary | 0 | 11000 | 10101101 | 1100100 | 1010110 | 0 | 100000 | 11101000 | 1100100 | 100010 |
Color Harmonies of #0018AD
Complementary color
Monochromatic Colors of #0018AD
Black with #0018AD
Text Example
Text Example
White with #0018AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018AD; }
p { color: rgb(0,24,173); }
H1.HeaderClassName
{
color: #0018AD;
}
.AnyTagClassName
{
color: #0018AD;
}
</style>
background-color css
<style>
a { background-color: #0018AD; }
a { background-color: rgb(0,24,173); }
div.DivClassName
{
background-color: #0018AD;
}
.BgClassName
{
background-color: #0018AD;
}
</style>
border-color css
<style>
span { border-color: #0018AD; }
span { border-color: rgb(0,24,173); }
td.TdClassName
{
border-color: #0018AD;
}
.TagClassName
{
border-color: #0018AD;
}
</style>