Html Css Color HEX #001EBA International Klein Blue
📋 copy color: '#001EBA'red 0 ◦ green 30 ◦ blue 186
Shades of International Klein Blue #001EBA
Tints of International Klein Blue #001EBA
RGB
CMYK
RGB Variations
Color information
#001EBA (or 0x001EBA) is known color: International Klein Blue. HEX triplet: 00, 1E and BA. RGB value is (0,30,186). Sum of RGB (Red+Green+Blue) = 0+30+186=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #001EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EBA is #FFE145. Grayscale: #262626. Windows color (decimal): -16769350 or 12197376. OLE color: 12197376.
HSL color Cylindrical-coordinate representation of color #001EBA: hue angle of 230.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EBA is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 30 | 186 | - |
| CMYK | 1 | 0.84 | 0 | 0.27 |
| HSL | 230.32º | 1% | 0.36% | - |
| HSV(B) | 230.32º | 1% | 0.73% | - |
| XYZ | 9.33 | 4.47 | 46.83 | - |
| YUV | 38.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 186 | 1 | 0.84 | 0 | 0.27 | 230.32 | 1 | 0.36 |
| Hex | 0 | 1E | BA | 64 | 54 | 0 | 1B | E6 | 64 | 24 |
| Octal | 0 | 36 | 272 | 144 | 124 | 0 | 33 | 346 | 144 | 44 |
| Binary | 0 | 11110 | 10111010 | 1100100 | 1010100 | 0 | 11011 | 11100110 | 1100100 | 100100 |
Color Harmonies of #001EBA
Complementary color
Monochromatic Colors of #001EBA
Black with #001EBA
Text Example
Text Example
White with #001EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EBA; }
p { color: rgb(0,30,186); }
H1.HeaderClassName
{
color: #001EBA;
}
.AnyTagClassName
{
color: #001EBA;
}
</style>
background-color css
<style>
a { background-color: #001EBA; }
a { background-color: rgb(0,30,186); }
div.DivClassName
{
background-color: #001EBA;
}
.BgClassName
{
background-color: #001EBA;
}
</style>
border-color css
<style>
span { border-color: #001EBA; }
span { border-color: rgb(0,30,186); }
td.TdClassName
{
border-color: #001EBA;
}
.TagClassName
{
border-color: #001EBA;
}
</style>