Html Css Color HEX #031BA8 International Klein Blue
📋 copy color: '#031BA8'red 3 ◦ green 27 ◦ blue 168
Shades of International Klein Blue #031BA8
Tints of International Klein Blue #031BA8
RGB
CMYK
RGB Variations
Color information
#031BA8 (or 0x031BA8) is known color: International Klein Blue. HEX triplet: 03, 1B and A8. RGB value is (3,27,168). Sum of RGB (Red+Green+Blue) = 3+27+168=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 168 (66.02% from 255 or 84.85% from 198); Max value from RGB is 168 - color contains mainly: blue. Hex color #031BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031BA8 is #FCE457. Grayscale: #232323. Windows color (decimal): -16573528 or 11016963. OLE color: 11016963.
HSL color Cylindrical-coordinate representation of color #031BA8: hue angle of 231.27º 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 #031BA8 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 27 | 168 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.34 |
| HSL | 231.27º | 0.96% | 0.34% | - |
| HSV(B) | 231.27º | 0.98% | 0.66% | - |
| XYZ | 7.5 | 3.63 | 37.35 | - |
| YUV | 35.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 168 | 0.98 | 0.84 | 0 | 0.34 | 231.27 | 0.96 | 0.34 |
| Hex | 3 | 1B | A8 | 62 | 54 | 0 | 22 | E7 | 60 | 22 |
| Octal | 3 | 33 | 250 | 142 | 124 | 0 | 42 | 347 | 140 | 42 |
| Binary | 11 | 11011 | 10101000 | 1100010 | 1010100 | 0 | 100010 | 11100111 | 1100000 | 100010 |
Color Harmonies of #031BA8
Complementary color
Monochromatic Colors of #031BA8
Black with #031BA8
Text Example
Text Example
White with #031BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BA8; }
p { color: rgb(3,27,168); }
H1.HeaderClassName
{
color: #031BA8;
}
.AnyTagClassName
{
color: #031BA8;
}
</style>
background-color css
<style>
a { background-color: #031BA8; }
a { background-color: rgb(3,27,168); }
div.DivClassName
{
background-color: #031BA8;
}
.BgClassName
{
background-color: #031BA8;
}
</style>
border-color css
<style>
span { border-color: #031BA8; }
span { border-color: rgb(3,27,168); }
td.TdClassName
{
border-color: #031BA8;
}
.TagClassName
{
border-color: #031BA8;
}
</style>