Html Css Color HEX #031BB8 International Klein Blue
📋 copy color: '#031BB8'red 3 ◦ green 27 ◦ blue 184
Shades of International Klein Blue #031BB8
Tints of International Klein Blue #031BB8
RGB
CMYK
RGB Variations
Color information
#031BB8 (or 0x031BB8) is known color: International Klein Blue. HEX triplet: 03, 1B and B8. RGB value is (3,27,184). Sum of RGB (Red+Green+Blue) = 3+27+184=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 184 (72.27% from 255 or 85.98% from 214); Max value from RGB is 184 - color contains mainly: blue. Hex color #031BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BB8 is #FCE447. Grayscale: #252525. Windows color (decimal): -16573512 or 12065539. OLE color: 12065539.
HSL color Cylindrical-coordinate representation of color #031BB8: hue angle of 232.04º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BB8 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 27 | 184 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.28 |
| HSL | 232.04º | 0.97% | 0.37% | - |
| HSV(B) | 232.04º | 0.98% | 0.72% | - |
| XYZ | 9.08 | 4.26 | 45.69 | - |
| YUV | 37.72 | 210.55 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 184 | 0.98 | 0.85 | 0 | 0.28 | 232.04 | 0.97 | 0.37 |
| Hex | 3 | 1B | B8 | 62 | 55 | 0 | 1C | E8 | 61 | 25 |
| Octal | 3 | 33 | 270 | 142 | 125 | 0 | 34 | 350 | 141 | 45 |
| Binary | 11 | 11011 | 10111000 | 1100010 | 1010101 | 0 | 11100 | 11101000 | 1100001 | 100101 |
Color Harmonies of #031BB8
Complementary color
Monochromatic Colors of #031BB8
Black with #031BB8
Text Example
Text Example
White with #031BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BB8; }
p { color: rgb(3,27,184); }
H1.HeaderClassName
{
color: #031BB8;
}
.AnyTagClassName
{
color: #031BB8;
}
</style>
background-color css
<style>
a { background-color: #031BB8; }
a { background-color: rgb(3,27,184); }
div.DivClassName
{
background-color: #031BB8;
}
.BgClassName
{
background-color: #031BB8;
}
</style>
border-color css
<style>
span { border-color: #031BB8; }
span { border-color: rgb(3,27,184); }
td.TdClassName
{
border-color: #031BB8;
}
.TagClassName
{
border-color: #031BB8;
}
</style>