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