Html Css Color HEX #031BBB International Klein Blue
📋 copy color: '#031BBB'red 3 ◦ green 27 ◦ blue 187
Shades of International Klein Blue #031BBB
Tints of International Klein Blue #031BBB
RGB
CMYK
RGB Variations
Color information
#031BBB (or 0x031BBB) is known color: International Klein Blue. HEX triplet: 03, 1B and BB. RGB value is (3,27,187). Sum of RGB (Red+Green+Blue) = 3+27+187=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 187 (73.44% from 255 or 86.18% from 217); Max value from RGB is 187 - color contains mainly: blue. Hex color #031BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BBB is #FCE444. Grayscale: #252525. Windows color (decimal): -16573509 or 12262147. OLE color: 12262147.
HSL color Cylindrical-coordinate representation of color #031BBB: hue angle of 232.17º 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 #031BBB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 27 | 187 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.27 |
| HSL | 232.17º | 0.97% | 0.37% | - |
| HSV(B) | 232.17º | 0.98% | 0.73% | - |
| XYZ | 9.4 | 4.39 | 47.37 | - |
| YUV | 38.06 | 212.05 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 187 | 0.98 | 0.86 | 0 | 0.27 | 232.17 | 0.97 | 0.37 |
| Hex | 3 | 1B | BB | 62 | 56 | 0 | 1B | E8 | 61 | 25 |
| Octal | 3 | 33 | 273 | 142 | 126 | 0 | 33 | 350 | 141 | 45 |
| Binary | 11 | 11011 | 10111011 | 1100010 | 1010110 | 0 | 11011 | 11101000 | 1100001 | 100101 |
Color Harmonies of #031BBB
Complementary color
Monochromatic Colors of #031BBB
Black with #031BBB
Text Example
Text Example
White with #031BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BBB; }
p { color: rgb(3,27,187); }
H1.HeaderClassName
{
color: #031BBB;
}
.AnyTagClassName
{
color: #031BBB;
}
</style>
background-color css
<style>
a { background-color: #031BBB; }
a { background-color: rgb(3,27,187); }
div.DivClassName
{
background-color: #031BBB;
}
.BgClassName
{
background-color: #031BBB;
}
</style>
border-color css
<style>
span { border-color: #031BBB; }
span { border-color: rgb(3,27,187); }
td.TdClassName
{
border-color: #031BBB;
}
.TagClassName
{
border-color: #031BBB;
}
</style>