Html Css Color HEX #031DA8 International Klein Blue
📋 copy color: '#031DA8'red 3 ◦ green 29 ◦ blue 168
Shades of International Klein Blue #031DA8
Tints of International Klein Blue #031DA8
RGB
CMYK
RGB Variations
Color information
#031DA8 (or 0x031DA8) is known color: International Klein Blue. HEX triplet: 03, 1D and A8. RGB value is (3,29,168). Sum of RGB (Red+Green+Blue) = 3+29+168=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #031DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DA8 is #FCE257. Grayscale: #242424. Windows color (decimal): -16573016 or 11017475. OLE color: 11017475.
HSL color Cylindrical-coordinate representation of color #031DA8: hue angle of 230.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DA8 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 29 | 168 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.34 |
| HSL | 230.55º | 0.96% | 0.34% | - |
| HSV(B) | 230.55º | 0.98% | 0.66% | - |
| XYZ | 7.54 | 3.73 | 37.37 | - |
| YUV | 37.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 168 | 0.98 | 0.83 | 0 | 0.34 | 230.55 | 0.96 | 0.34 |
| Hex | 3 | 1D | A8 | 62 | 53 | 0 | 22 | E7 | 60 | 22 |
| Octal | 3 | 35 | 250 | 142 | 123 | 0 | 42 | 347 | 140 | 42 |
| Binary | 11 | 11101 | 10101000 | 1100010 | 1010011 | 0 | 100010 | 11100111 | 1100000 | 100010 |
Color Harmonies of #031DA8
Complementary color
Monochromatic Colors of #031DA8
Black with #031DA8
Text Example
Text Example
White with #031DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DA8; }
p { color: rgb(3,29,168); }
H1.HeaderClassName
{
color: #031DA8;
}
.AnyTagClassName
{
color: #031DA8;
}
</style>
background-color css
<style>
a { background-color: #031DA8; }
a { background-color: rgb(3,29,168); }
div.DivClassName
{
background-color: #031DA8;
}
.BgClassName
{
background-color: #031DA8;
}
</style>
border-color css
<style>
span { border-color: #031DA8; }
span { border-color: rgb(3,29,168); }
td.TdClassName
{
border-color: #031DA8;
}
.TagClassName
{
border-color: #031DA8;
}
</style>