Html Css Color HEX #031BA3 International Klein Blue
📋 copy color: '#031BA3'red 3 ◦ green 27 ◦ blue 163
Shades of International Klein Blue #031BA3
Tints of International Klein Blue #031BA3
RGB
CMYK
RGB Variations
Color information
#031BA3 (or 0x031BA3) is known color: International Klein Blue. HEX triplet: 03, 1B and A3. RGB value is (3,27,163). Sum of RGB (Red+Green+Blue) = 3+27+163=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 163 (64.06% from 255 or 84.46% from 193); Max value from RGB is 163 - color contains mainly: blue. Hex color #031BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031BA3 is #FCE45C. Grayscale: #222222. Windows color (decimal): -16573533 or 10689283. OLE color: 10689283.
HSL color Cylindrical-coordinate representation of color #031BA3: hue angle of 231º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BA3 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 27 | 163 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.36 |
| HSL | 231º | 0.96% | 0.33% | - |
| HSV(B) | 231º | 0.98% | 0.64% | - |
| XYZ | 7.04 | 3.45 | 34.94 | - |
| YUV | 35.33 | 200.05 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 163 | 0.98 | 0.83 | 0 | 0.36 | 231 | 0.96 | 0.33 |
| Hex | 3 | 1B | A3 | 62 | 53 | 0 | 24 | E7 | 60 | 21 |
| Octal | 3 | 33 | 243 | 142 | 123 | 0 | 44 | 347 | 140 | 41 |
| Binary | 11 | 11011 | 10100011 | 1100010 | 1010011 | 0 | 100100 | 11100111 | 1100000 | 100001 |
Color Harmonies of #031BA3
Complementary color
Monochromatic Colors of #031BA3
Black with #031BA3
Text Example
Text Example
White with #031BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BA3; }
p { color: rgb(3,27,163); }
H1.HeaderClassName
{
color: #031BA3;
}
.AnyTagClassName
{
color: #031BA3;
}
</style>
background-color css
<style>
a { background-color: #031BA3; }
a { background-color: rgb(3,27,163); }
div.DivClassName
{
background-color: #031BA3;
}
.BgClassName
{
background-color: #031BA3;
}
</style>
border-color css
<style>
span { border-color: #031BA3; }
span { border-color: rgb(3,27,163); }
td.TdClassName
{
border-color: #031BA3;
}
.TagClassName
{
border-color: #031BA3;
}
</style>