Html Css Color HEX #031CBA International Klein Blue
📋 copy color: '#031CBA'red 3 ◦ green 28 ◦ blue 186
Shades of International Klein Blue #031CBA
Tints of International Klein Blue #031CBA
RGB
CMYK
RGB Variations
Color information
#031CBA (or 0x031CBA) is known color: International Klein Blue. HEX triplet: 03, 1C and BA. RGB value is (3,28,186). Sum of RGB (Red+Green+Blue) = 3+28+186=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #031CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CBA is #FCE345. Grayscale: #252525. Windows color (decimal): -16573254 or 12196867. OLE color: 12196867.
HSL color Cylindrical-coordinate representation of color #031CBA: hue angle of 231.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CBA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 28 | 186 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.27 |
| HSL | 231.8º | 0.97% | 0.37% | - |
| HSV(B) | 231.8º | 0.98% | 0.73% | - |
| XYZ | 9.32 | 4.4 | 46.81 | - |
| YUV | 38.54 | 211.22 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 186 | 0.98 | 0.85 | 0 | 0.27 | 231.8 | 0.97 | 0.37 |
| Hex | 3 | 1C | BA | 62 | 55 | 0 | 1B | E8 | 61 | 25 |
| Octal | 3 | 34 | 272 | 142 | 125 | 0 | 33 | 350 | 141 | 45 |
| Binary | 11 | 11100 | 10111010 | 1100010 | 1010101 | 0 | 11011 | 11101000 | 1100001 | 100101 |
Color Harmonies of #031CBA
Complementary color
Monochromatic Colors of #031CBA
Black with #031CBA
Text Example
Text Example
White with #031CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CBA; }
p { color: rgb(3,28,186); }
H1.HeaderClassName
{
color: #031CBA;
}
.AnyTagClassName
{
color: #031CBA;
}
</style>
background-color css
<style>
a { background-color: #031CBA; }
a { background-color: rgb(3,28,186); }
div.DivClassName
{
background-color: #031CBA;
}
.BgClassName
{
background-color: #031CBA;
}
</style>
border-color css
<style>
span { border-color: #031CBA; }
span { border-color: rgb(3,28,186); }
td.TdClassName
{
border-color: #031CBA;
}
.TagClassName
{
border-color: #031CBA;
}
</style>