Html Css Color HEX #031A96 International Klein Blue
📋 copy color: '#031A96'red 3 ◦ green 26 ◦ blue 150
Shades of International Klein Blue #031A96
Tints of International Klein Blue #031A96
RGB
CMYK
RGB Variations
Color information
#031A96 (or 0x031A96) is known color: International Klein Blue. HEX triplet: 03, 1A and 96. RGB value is (3,26,150). Sum of RGB (Red+Green+Blue) = 3+26+150=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #031A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A96 is #FCE569. Grayscale: #202020. Windows color (decimal): -16573802 or 9837059. OLE color: 9837059.
HSL color Cylindrical-coordinate representation of color #031A96: hue angle of 230.61º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031A96 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 26 | 150 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.41 |
| HSL | 230.61º | 0.96% | 0.3% | - |
| HSV(B) | 230.61º | 0.98% | 0.59% | - |
| XYZ | 5.91 | 2.96 | 29.11 | - |
| YUV | 33.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 150 | 0.98 | 0.83 | 0 | 0.41 | 230.61 | 0.96 | 0.3 |
| Hex | 3 | 1A | 96 | 62 | 53 | 0 | 29 | E7 | 60 | 1E |
| Octal | 3 | 32 | 226 | 142 | 123 | 0 | 51 | 347 | 140 | 36 |
| Binary | 11 | 11010 | 10010110 | 1100010 | 1010011 | 0 | 101001 | 11100111 | 1100000 | 11110 |
Color Harmonies of #031A96
Complementary color
Monochromatic Colors of #031A96
Black with #031A96
Text Example
Text Example
White with #031A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A96; }
p { color: rgb(3,26,150); }
H1.HeaderClassName
{
color: #031A96;
}
.AnyTagClassName
{
color: #031A96;
}
</style>
background-color css
<style>
a { background-color: #031A96; }
a { background-color: rgb(3,26,150); }
div.DivClassName
{
background-color: #031A96;
}
.BgClassName
{
background-color: #031A96;
}
</style>
border-color css
<style>
span { border-color: #031A96; }
span { border-color: rgb(3,26,150); }
td.TdClassName
{
border-color: #031A96;
}
.TagClassName
{
border-color: #031A96;
}
</style>