Html Css Color HEX #001EAC International Klein Blue
📋 copy color: '#001EAC'red 0 ◦ green 30 ◦ blue 172
Shades of International Klein Blue #001EAC
Tints of International Klein Blue #001EAC
RGB
CMYK
RGB Variations
Color information
#001EAC (or 0x001EAC) is known color: International Klein Blue. HEX triplet: 00, 1E and AC. RGB value is (0,30,172). Sum of RGB (Red+Green+Blue) = 0+30+172=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #001EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001EAC is #FFE153. Grayscale: #242424. Windows color (decimal): -16769364 or 11279872. OLE color: 11279872.
HSL color Cylindrical-coordinate representation of color #001EAC: hue angle of 229.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EAC is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 30 | 172 | - |
| CMYK | 1 | 0.83 | 0 | 0.33 |
| HSL | 229.53º | 1% | 0.34% | - |
| HSV(B) | 229.53º | 1% | 0.67% | - |
| XYZ | 7.91 | 3.91 | 39.37 | - |
| YUV | 37.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 172 | 1 | 0.83 | 0 | 0.33 | 229.53 | 1 | 0.34 |
| Hex | 0 | 1E | AC | 64 | 53 | 0 | 21 | E6 | 64 | 22 |
| Octal | 0 | 36 | 254 | 144 | 123 | 0 | 41 | 346 | 144 | 42 |
| Binary | 0 | 11110 | 10101100 | 1100100 | 1010011 | 0 | 100001 | 11100110 | 1100100 | 100010 |
Color Harmonies of #001EAC
Complementary color
Monochromatic Colors of #001EAC
Black with #001EAC
Text Example
Text Example
White with #001EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EAC; }
p { color: rgb(0,30,172); }
H1.HeaderClassName
{
color: #001EAC;
}
.AnyTagClassName
{
color: #001EAC;
}
</style>
background-color css
<style>
a { background-color: #001EAC; }
a { background-color: rgb(0,30,172); }
div.DivClassName
{
background-color: #001EAC;
}
.BgClassName
{
background-color: #001EAC;
}
</style>
border-color css
<style>
span { border-color: #001EAC; }
span { border-color: rgb(0,30,172); }
td.TdClassName
{
border-color: #001EAC;
}
.TagClassName
{
border-color: #001EAC;
}
</style>