Html Css Color HEX #081BA2 International Klein Blue
📋 copy color: '#081BA2'red 8 ◦ green 27 ◦ blue 162
Shades of International Klein Blue #081BA2
Tints of International Klein Blue #081BA2
RGB
CMYK
RGB Variations
Color information
#081BA2 (or 0x081BA2) is known color: International Klein Blue. HEX triplet: 08, 1B and A2. RGB value is (8,27,162). Sum of RGB (Red+Green+Blue) = 8+27+162=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #081BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BA2 is #F7E45D. Grayscale: #242424. Windows color (decimal): -16245854 or 10623752. OLE color: 10623752.
HSL color Cylindrical-coordinate representation of color #081BA2: hue angle of 232.6º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081BA2 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 27 | 162 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.36 |
| HSL | 232.6º | 0.91% | 0.33% | - |
| HSV(B) | 232.6º | 0.95% | 0.64% | - |
| XYZ | 7.01 | 3.44 | 34.48 | - |
| YUV | 36.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 162 | 0.95 | 0.83 | 0 | 0.36 | 232.6 | 0.91 | 0.33 |
| Hex | 8 | 1B | A2 | 5F | 53 | 0 | 24 | E9 | 5B | 21 |
| Octal | 10 | 33 | 242 | 137 | 123 | 0 | 44 | 351 | 133 | 41 |
| Binary | 1000 | 11011 | 10100010 | 1011111 | 1010011 | 0 | 100100 | 11101001 | 1011011 | 100001 |
Color Harmonies of #081BA2
Complementary color
Monochromatic Colors of #081BA2
Black with #081BA2
Text Example
Text Example
White with #081BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BA2; }
p { color: rgb(8,27,162); }
H1.HeaderClassName
{
color: #081BA2;
}
.AnyTagClassName
{
color: #081BA2;
}
</style>
background-color css
<style>
a { background-color: #081BA2; }
a { background-color: rgb(8,27,162); }
div.DivClassName
{
background-color: #081BA2;
}
.BgClassName
{
background-color: #081BA2;
}
</style>
border-color css
<style>
span { border-color: #081BA2; }
span { border-color: rgb(8,27,162); }
td.TdClassName
{
border-color: #081BA2;
}
.TagClassName
{
border-color: #081BA2;
}
</style>