Html Css Color HEX #031DB0 International Klein Blue
📋 copy color: '#031DB0'red 3 ◦ green 29 ◦ blue 176
Shades of International Klein Blue #031DB0
Tints of International Klein Blue #031DB0
RGB
CMYK
RGB Variations
Color information
#031DB0 (or 0x031DB0) is known color: International Klein Blue. HEX triplet: 03, 1D and B0. RGB value is (3,29,176). Sum of RGB (Red+Green+Blue) = 3+29+176=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 176 (69.14% from 255 or 84.62% from 208); Max value from RGB is 176 - color contains mainly: blue. Hex color #031DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DB0 is #FCE24F. Grayscale: #252525. Windows color (decimal): -16573008 or 11541763. OLE color: 11541763.
HSL color Cylindrical-coordinate representation of color #031DB0: hue angle of 230.98º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DB0 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 29 | 176 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.31 |
| HSL | 230.98º | 0.97% | 0.35% | - |
| HSV(B) | 230.98º | 0.98% | 0.69% | - |
| XYZ | 8.31 | 4.03 | 41.41 | - |
| YUV | 37.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 176 | 0.98 | 0.84 | 0 | 0.31 | 230.98 | 0.97 | 0.35 |
| Hex | 3 | 1D | B0 | 62 | 54 | 0 | 1F | E7 | 61 | 23 |
| Octal | 3 | 35 | 260 | 142 | 124 | 0 | 37 | 347 | 141 | 43 |
| Binary | 11 | 11101 | 10110000 | 1100010 | 1010100 | 0 | 11111 | 11100111 | 1100001 | 100011 |
Color Harmonies of #031DB0
Complementary color
Monochromatic Colors of #031DB0
Black with #031DB0
Text Example
Text Example
White with #031DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DB0; }
p { color: rgb(3,29,176); }
H1.HeaderClassName
{
color: #031DB0;
}
.AnyTagClassName
{
color: #031DB0;
}
</style>
background-color css
<style>
a { background-color: #031DB0; }
a { background-color: rgb(3,29,176); }
div.DivClassName
{
background-color: #031DB0;
}
.BgClassName
{
background-color: #031DB0;
}
</style>
border-color css
<style>
span { border-color: #031DB0; }
span { border-color: rgb(3,29,176); }
td.TdClassName
{
border-color: #031DB0;
}
.TagClassName
{
border-color: #031DB0;
}
</style>