Html Css Color HEX #031AAA International Klein Blue
📋 copy color: '#031AAA'red 3 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #031AAA
Tints of International Klein Blue #031AAA
RGB
CMYK
RGB Variations
Color information
#031AAA (or 0x031AAA) is known color: International Klein Blue. HEX triplet: 03, 1A and AA. RGB value is (3,26,170). Sum of RGB (Red+Green+Blue) = 3+26+170=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #031AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AAA is #FCE555. Grayscale: #222222. Windows color (decimal): -16573782 or 11147779. OLE color: 11147779.
HSL color Cylindrical-coordinate representation of color #031AAA: hue angle of 231.74º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AAA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 26 | 170 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.33 |
| HSL | 231.74º | 0.97% | 0.34% | - |
| HSV(B) | 231.74º | 0.98% | 0.67% | - |
| XYZ | 7.66 | 3.66 | 38.33 | - |
| YUV | 35.54 | 203.88 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 170 | 0.98 | 0.85 | 0 | 0.33 | 231.74 | 0.97 | 0.34 |
| Hex | 3 | 1A | AA | 62 | 55 | 0 | 21 | E8 | 61 | 22 |
| Octal | 3 | 32 | 252 | 142 | 125 | 0 | 41 | 350 | 141 | 42 |
| Binary | 11 | 11010 | 10101010 | 1100010 | 1010101 | 0 | 100001 | 11101000 | 1100001 | 100010 |
Color Harmonies of #031AAA
Complementary color
Monochromatic Colors of #031AAA
Black with #031AAA
Text Example
Text Example
White with #031AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AAA; }
p { color: rgb(3,26,170); }
H1.HeaderClassName
{
color: #031AAA;
}
.AnyTagClassName
{
color: #031AAA;
}
</style>
background-color css
<style>
a { background-color: #031AAA; }
a { background-color: rgb(3,26,170); }
div.DivClassName
{
background-color: #031AAA;
}
.BgClassName
{
background-color: #031AAA;
}
</style>
border-color css
<style>
span { border-color: #031AAA; }
span { border-color: rgb(3,26,170); }
td.TdClassName
{
border-color: #031AAA;
}
.TagClassName
{
border-color: #031AAA;
}
</style>