Html Css Color HEX #001BAE International Klein Blue
📋 copy color: '#001BAE'red 0 ◦ green 27 ◦ blue 174
Shades of International Klein Blue #001BAE
Tints of International Klein Blue #001BAE
RGB
CMYK
RGB Variations
Color information
#001BAE (or 0x001BAE) is known color: International Klein Blue. HEX triplet: 00, 1B and AE. RGB value is (0,27,174). Sum of RGB (Red+Green+Blue) = 0+27+174=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #001BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BAE is #FFE451. Grayscale: #232323. Windows color (decimal): -16770130 or 11410176. OLE color: 11410176.
HSL color Cylindrical-coordinate representation of color #001BAE: hue angle of 230.69º 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 #001BAE is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 27 | 174 | - |
| CMYK | 1 | 0.84 | 0 | 0.32 |
| HSL | 230.69º | 1% | 0.34% | - |
| HSV(B) | 230.69º | 1% | 0.68% | - |
| XYZ | 8.03 | 3.84 | 40.36 | - |
| YUV | 35.69 | 206.05 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 174 | 1 | 0.84 | 0 | 0.32 | 230.69 | 1 | 0.34 |
| Hex | 0 | 1B | AE | 64 | 54 | 0 | 20 | E7 | 64 | 22 |
| Octal | 0 | 33 | 256 | 144 | 124 | 0 | 40 | 347 | 144 | 42 |
| Binary | 0 | 11011 | 10101110 | 1100100 | 1010100 | 0 | 100000 | 11100111 | 1100100 | 100010 |
Color Harmonies of #001BAE
Complementary color
Monochromatic Colors of #001BAE
Black with #001BAE
Text Example
Text Example
White with #001BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BAE; }
p { color: rgb(0,27,174); }
H1.HeaderClassName
{
color: #001BAE;
}
.AnyTagClassName
{
color: #001BAE;
}
</style>
background-color css
<style>
a { background-color: #001BAE; }
a { background-color: rgb(0,27,174); }
div.DivClassName
{
background-color: #001BAE;
}
.BgClassName
{
background-color: #001BAE;
}
</style>
border-color css
<style>
span { border-color: #001BAE; }
span { border-color: rgb(0,27,174); }
td.TdClassName
{
border-color: #001BAE;
}
.TagClassName
{
border-color: #001BAE;
}
</style>