Html Css Color HEX #081FB9 International Klein Blue
📋 copy color: '#081FB9'red 8 ◦ green 31 ◦ blue 185
Shades of International Klein Blue #081FB9
Tints of International Klein Blue #081FB9
RGB
CMYK
RGB Variations
Color information
#081FB9 (or 0x081FB9) is known color: International Klein Blue. HEX triplet: 08, 1F and B9. RGB value is (8,31,185). Sum of RGB (Red+Green+Blue) = 8+31+185=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 185 (72.66% from 255 or 82.59% from 224); Max value from RGB is 185 - color contains mainly: blue. Hex color #081FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FB9 is #F7E046. Grayscale: #292929. Windows color (decimal): -16244807 or 12132104. OLE color: 12132104.
HSL color Cylindrical-coordinate representation of color #081FB9: hue angle of 232.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FB9 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 31 | 185 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.27 |
| HSL | 232.2º | 0.92% | 0.38% | - |
| HSV(B) | 232.2º | 0.96% | 0.73% | - |
| XYZ | 9.35 | 4.53 | 46.28 | - |
| YUV | 41.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 185 | 0.96 | 0.83 | 0 | 0.27 | 232.2 | 0.92 | 0.38 |
| Hex | 8 | 1F | B9 | 60 | 53 | 0 | 1B | E8 | 5C | 26 |
| Octal | 10 | 37 | 271 | 140 | 123 | 0 | 33 | 350 | 134 | 46 |
| Binary | 1000 | 11111 | 10111001 | 1100000 | 1010011 | 0 | 11011 | 11101000 | 1011100 | 100110 |
Color Harmonies of #081FB9
Complementary color
Monochromatic Colors of #081FB9
Black with #081FB9
Text Example
Text Example
White with #081FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081FB9; }
p { color: rgb(8,31,185); }
H1.HeaderClassName
{
color: #081FB9;
}
.AnyTagClassName
{
color: #081FB9;
}
</style>
background-color css
<style>
a { background-color: #081FB9; }
a { background-color: rgb(8,31,185); }
div.DivClassName
{
background-color: #081FB9;
}
.BgClassName
{
background-color: #081FB9;
}
</style>
border-color css
<style>
span { border-color: #081FB9; }
span { border-color: rgb(8,31,185); }
td.TdClassName
{
border-color: #081FB9;
}
.TagClassName
{
border-color: #081FB9;
}
</style>