Html Css Color HEX #081BBA International Klein Blue
📋 copy color: '#081BBA'red 8 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #081BBA
Tints of International Klein Blue #081BBA
RGB
CMYK
RGB Variations
Color information
#081BBA (or 0x081BBA) is known color: International Klein Blue. HEX triplet: 08, 1B and BA. RGB value is (8,27,186). Sum of RGB (Red+Green+Blue) = 8+27+186=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #081BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BBA is #F7E445. Grayscale: #262626. Windows color (decimal): -16245830 or 12196616. OLE color: 12196616.
HSL color Cylindrical-coordinate representation of color #081BBA: hue angle of 233.6º 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 #081BBA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 27 | 186 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.27 |
| HSL | 233.6º | 0.92% | 0.38% | - |
| HSV(B) | 233.6º | 0.96% | 0.73% | - |
| XYZ | 9.36 | 4.38 | 46.81 | - |
| YUV | 39.45 | 210.71 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 186 | 0.96 | 0.85 | 0 | 0.27 | 233.6 | 0.92 | 0.38 |
| Hex | 8 | 1B | BA | 60 | 55 | 0 | 1B | EA | 5C | 26 |
| Octal | 10 | 33 | 272 | 140 | 125 | 0 | 33 | 352 | 134 | 46 |
| Binary | 1000 | 11011 | 10111010 | 1100000 | 1010101 | 0 | 11011 | 11101010 | 1011100 | 100110 |
Color Harmonies of #081BBA
Complementary color
Monochromatic Colors of #081BBA
Black with #081BBA
Text Example
Text Example
White with #081BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BBA; }
p { color: rgb(8,27,186); }
H1.HeaderClassName
{
color: #081BBA;
}
.AnyTagClassName
{
color: #081BBA;
}
</style>
background-color css
<style>
a { background-color: #081BBA; }
a { background-color: rgb(8,27,186); }
div.DivClassName
{
background-color: #081BBA;
}
.BgClassName
{
background-color: #081BBA;
}
</style>
border-color css
<style>
span { border-color: #081BBA; }
span { border-color: rgb(8,27,186); }
td.TdClassName
{
border-color: #081BBA;
}
.TagClassName
{
border-color: #081BBA;
}
</style>