Html Css Color HEX #001EA5 International Klein Blue
📋 copy color: '#001EA5'red 0 ◦ green 30 ◦ blue 165
Shades of International Klein Blue #001EA5
Tints of International Klein Blue #001EA5
RGB
CMYK
RGB Variations
Color information
#001EA5 (or 0x001EA5) is known color: International Klein Blue. HEX triplet: 00, 1E and A5. RGB value is (0,30,165). Sum of RGB (Red+Green+Blue) = 0+30+165=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 165 (64.84% from 255 or 84.62% from 195); Max value from RGB is 165 - color contains mainly: blue. Hex color #001EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001EA5 is #FFE15A. Grayscale: #232323. Windows color (decimal): -16769371 or 10821120. OLE color: 10821120.
HSL color Cylindrical-coordinate representation of color #001EA5: hue angle of 229.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EA5 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 30 | 165 | - |
| CMYK | 1 | 0.82 | 0 | 0.35 |
| HSL | 229.09º | 1% | 0.32% | - |
| HSV(B) | 229.09º | 1% | 0.65% | - |
| XYZ | 7.26 | 3.65 | 35.92 | - |
| YUV | 36.42 | 200.56 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 165 | 1 | 0.82 | 0 | 0.35 | 229.09 | 1 | 0.32 |
| Hex | 0 | 1E | A5 | 64 | 52 | 0 | 23 | E5 | 64 | 20 |
| Octal | 0 | 36 | 245 | 144 | 122 | 0 | 43 | 345 | 144 | 40 |
| Binary | 0 | 11110 | 10100101 | 1100100 | 1010010 | 0 | 100011 | 11100101 | 1100100 | 100000 |
Color Harmonies of #001EA5
Complementary color
Monochromatic Colors of #001EA5
Black with #001EA5
Text Example
Text Example
White with #001EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EA5; }
p { color: rgb(0,30,165); }
H1.HeaderClassName
{
color: #001EA5;
}
.AnyTagClassName
{
color: #001EA5;
}
</style>
background-color css
<style>
a { background-color: #001EA5; }
a { background-color: rgb(0,30,165); }
div.DivClassName
{
background-color: #001EA5;
}
.BgClassName
{
background-color: #001EA5;
}
</style>
border-color css
<style>
span { border-color: #001EA5; }
span { border-color: rgb(0,30,165); }
td.TdClassName
{
border-color: #001EA5;
}
.TagClassName
{
border-color: #001EA5;
}
</style>