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