Html Css Color HEX #001FB4 International Klein Blue
📋 copy color: '#001FB4'red 0 ◦ green 31 ◦ blue 180
Shades of International Klein Blue #001FB4
Tints of International Klein Blue #001FB4
RGB
CMYK
RGB Variations
Color information
#001FB4 (or 0x001FB4) is known color: International Klein Blue. HEX triplet: 00, 1F and B4. RGB value is (0,31,180). Sum of RGB (Red+Green+Blue) = 0+31+180=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 180 (70.70% from 255 or 85.31% from 211); Max value from RGB is 180 - color contains mainly: blue. Hex color #001FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FB4 is #FFE04B. Grayscale: #262626. Windows color (decimal): -16769100 or 11804416. OLE color: 11804416.
HSL color Cylindrical-coordinate representation of color #001FB4: hue angle of 229.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FB4 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 31 | 180 | - |
| CMYK | 1 | 0.83 | 0 | 0.29 |
| HSL | 229.67º | 1% | 0.35% | - |
| HSV(B) | 229.67º | 1% | 0.71% | - |
| XYZ | 8.73 | 4.28 | 43.55 | - |
| YUV | 38.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 180 | 1 | 0.83 | 0 | 0.29 | 229.67 | 1 | 0.35 |
| Hex | 0 | 1F | B4 | 64 | 53 | 0 | 1D | E6 | 64 | 23 |
| Octal | 0 | 37 | 264 | 144 | 123 | 0 | 35 | 346 | 144 | 43 |
| Binary | 0 | 11111 | 10110100 | 1100100 | 1010011 | 0 | 11101 | 11100110 | 1100100 | 100011 |
Color Harmonies of #001FB4
Complementary color
Monochromatic Colors of #001FB4
Black with #001FB4
Text Example
Text Example
White with #001FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FB4; }
p { color: rgb(0,31,180); }
H1.HeaderClassName
{
color: #001FB4;
}
.AnyTagClassName
{
color: #001FB4;
}
</style>
background-color css
<style>
a { background-color: #001FB4; }
a { background-color: rgb(0,31,180); }
div.DivClassName
{
background-color: #001FB4;
}
.BgClassName
{
background-color: #001FB4;
}
</style>
border-color css
<style>
span { border-color: #001FB4; }
span { border-color: rgb(0,31,180); }
td.TdClassName
{
border-color: #001FB4;
}
.TagClassName
{
border-color: #001FB4;
}
</style>