Html Css Color HEX #031BA2 International Klein Blue
📋 copy color: '#031BA2'red 3 ◦ green 27 ◦ blue 162
Shades of International Klein Blue #031BA2
Tints of International Klein Blue #031BA2
RGB
CMYK
RGB Variations
Color information
#031BA2 (or 0x031BA2) is known color: International Klein Blue. HEX triplet: 03, 1B and A2. RGB value is (3,27,162). Sum of RGB (Red+Green+Blue) = 3+27+162=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 162 (63.67% from 255 or 84.38% from 192); Max value from RGB is 162 - color contains mainly: blue. Hex color #031BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031BA2 is #FCE45D. Grayscale: #222222. Windows color (decimal): -16573534 or 10623747. OLE color: 10623747.
HSL color Cylindrical-coordinate representation of color #031BA2: hue angle of 230.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BA2 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 27 | 162 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.36 |
| HSL | 230.94º | 0.96% | 0.32% | - |
| HSV(B) | 230.94º | 0.98% | 0.64% | - |
| XYZ | 6.95 | 3.41 | 34.47 | - |
| YUV | 35.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 162 | 0.98 | 0.83 | 0 | 0.36 | 230.94 | 0.96 | 0.32 |
| Hex | 3 | 1B | A2 | 62 | 53 | 0 | 24 | E7 | 60 | 20 |
| Octal | 3 | 33 | 242 | 142 | 123 | 0 | 44 | 347 | 140 | 40 |
| Binary | 11 | 11011 | 10100010 | 1100010 | 1010011 | 0 | 100100 | 11100111 | 1100000 | 100000 |
Color Harmonies of #031BA2
Complementary color
Monochromatic Colors of #031BA2
Black with #031BA2
Text Example
Text Example
White with #031BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BA2; }
p { color: rgb(3,27,162); }
H1.HeaderClassName
{
color: #031BA2;
}
.AnyTagClassName
{
color: #031BA2;
}
</style>
background-color css
<style>
a { background-color: #031BA2; }
a { background-color: rgb(3,27,162); }
div.DivClassName
{
background-color: #031BA2;
}
.BgClassName
{
background-color: #031BA2;
}
</style>
border-color css
<style>
span { border-color: #031BA2; }
span { border-color: rgb(3,27,162); }
td.TdClassName
{
border-color: #031BA2;
}
.TagClassName
{
border-color: #031BA2;
}
</style>