Html Css Color HEX #031D9C International Klein Blue
📋 copy color: '#031D9C'red 3 ◦ green 29 ◦ blue 156
Shades of International Klein Blue #031D9C
Tints of International Klein Blue #031D9C
RGB
CMYK
RGB Variations
Color information
#031D9C (or 0x031D9C) is known color: International Klein Blue. HEX triplet: 03, 1D and 9C. RGB value is (3,29,156). Sum of RGB (Red+Green+Blue) = 3+29+156=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #031D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D9C is #FCE263. Grayscale: #232323. Windows color (decimal): -16573028 or 10231043. OLE color: 10231043.
HSL color Cylindrical-coordinate representation of color #031D9C: hue angle of 229.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D9C is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 29 | 156 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.39 |
| HSL | 229.8º | 0.96% | 0.31% | - |
| HSV(B) | 229.8º | 0.98% | 0.61% | - |
| XYZ | 6.48 | 3.3 | 31.75 | - |
| YUV | 35.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 156 | 0.98 | 0.81 | 0 | 0.39 | 229.8 | 0.96 | 0.31 |
| Hex | 3 | 1D | 9C | 62 | 51 | 0 | 27 | E6 | 60 | 1F |
| Octal | 3 | 35 | 234 | 142 | 121 | 0 | 47 | 346 | 140 | 37 |
| Binary | 11 | 11101 | 10011100 | 1100010 | 1010001 | 0 | 100111 | 11100110 | 1100000 | 11111 |
Color Harmonies of #031D9C
Complementary color
Monochromatic Colors of #031D9C
Black with #031D9C
Text Example
Text Example
White with #031D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D9C; }
p { color: rgb(3,29,156); }
H1.HeaderClassName
{
color: #031D9C;
}
.AnyTagClassName
{
color: #031D9C;
}
</style>
background-color css
<style>
a { background-color: #031D9C; }
a { background-color: rgb(3,29,156); }
div.DivClassName
{
background-color: #031D9C;
}
.BgClassName
{
background-color: #031D9C;
}
</style>
border-color css
<style>
span { border-color: #031D9C; }
span { border-color: rgb(3,29,156); }
td.TdClassName
{
border-color: #031D9C;
}
.TagClassName
{
border-color: #031D9C;
}
</style>