Html Css Color HEX #031DB4 International Klein Blue
📋 copy color: '#031DB4'red 3 ◦ green 29 ◦ blue 180
Shades of International Klein Blue #031DB4
Tints of International Klein Blue #031DB4
RGB
CMYK
RGB Variations
Color information
#031DB4 (or 0x031DB4) is known color: International Klein Blue. HEX triplet: 03, 1D and B4. RGB value is (3,29,180). Sum of RGB (Red+Green+Blue) = 3+29+180=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 180 (70.70% from 255 or 84.91% from 212); Max value from RGB is 180 - color contains mainly: blue. Hex color #031DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DB4 is #FCE24B. Grayscale: #252525. Windows color (decimal): -16573004 or 11803907. OLE color: 11803907.
HSL color Cylindrical-coordinate representation of color #031DB4: hue angle of 231.19º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DB4 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 29 | 180 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.29 |
| HSL | 231.19º | 0.97% | 0.36% | - |
| HSV(B) | 231.19º | 0.98% | 0.71% | - |
| XYZ | 8.72 | 4.19 | 43.53 | - |
| YUV | 38.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 180 | 0.98 | 0.84 | 0 | 0.29 | 231.19 | 0.97 | 0.36 |
| Hex | 3 | 1D | B4 | 62 | 54 | 0 | 1D | E7 | 61 | 24 |
| Octal | 3 | 35 | 264 | 142 | 124 | 0 | 35 | 347 | 141 | 44 |
| Binary | 11 | 11101 | 10110100 | 1100010 | 1010100 | 0 | 11101 | 11100111 | 1100001 | 100100 |
Color Harmonies of #031DB4
Complementary color
Monochromatic Colors of #031DB4
Black with #031DB4
Text Example
Text Example
White with #031DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DB4; }
p { color: rgb(3,29,180); }
H1.HeaderClassName
{
color: #031DB4;
}
.AnyTagClassName
{
color: #031DB4;
}
</style>
background-color css
<style>
a { background-color: #031DB4; }
a { background-color: rgb(3,29,180); }
div.DivClassName
{
background-color: #031DB4;
}
.BgClassName
{
background-color: #031DB4;
}
</style>
border-color css
<style>
span { border-color: #031DB4; }
span { border-color: rgb(3,29,180); }
td.TdClassName
{
border-color: #031DB4;
}
.TagClassName
{
border-color: #031DB4;
}
</style>