Html Css Color HEX #081DB8 International Klein Blue
📋 copy color: '#081DB8'red 8 ◦ green 29 ◦ blue 184
Shades of International Klein Blue #081DB8
Tints of International Klein Blue #081DB8
RGB
CMYK
RGB Variations
Color information
#081DB8 (or 0x081DB8) is known color: International Klein Blue. HEX triplet: 08, 1D and B8. RGB value is (8,29,184). Sum of RGB (Red+Green+Blue) = 8+29+184=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 184 (72.27% from 255 or 83.26% from 221); Max value from RGB is 184 - color contains mainly: blue. Hex color #081DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DB8 is #F7E247. Grayscale: #272727. Windows color (decimal): -16245320 or 12066056. OLE color: 12066056.
HSL color Cylindrical-coordinate representation of color #081DB8: hue angle of 232.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081DB8 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 29 | 184 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.28 |
| HSL | 232.84º | 0.92% | 0.38% | - |
| HSV(B) | 232.84º | 0.96% | 0.72% | - |
| XYZ | 9.19 | 4.39 | 45.71 | - |
| YUV | 40.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 184 | 0.96 | 0.84 | 0 | 0.28 | 232.84 | 0.92 | 0.38 |
| Hex | 8 | 1D | B8 | 60 | 54 | 0 | 1C | E9 | 5C | 26 |
| Octal | 10 | 35 | 270 | 140 | 124 | 0 | 34 | 351 | 134 | 46 |
| Binary | 1000 | 11101 | 10111000 | 1100000 | 1010100 | 0 | 11100 | 11101001 | 1011100 | 100110 |
Color Harmonies of #081DB8
Complementary color
Monochromatic Colors of #081DB8
Black with #081DB8
Text Example
Text Example
White with #081DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DB8; }
p { color: rgb(8,29,184); }
H1.HeaderClassName
{
color: #081DB8;
}
.AnyTagClassName
{
color: #081DB8;
}
</style>
background-color css
<style>
a { background-color: #081DB8; }
a { background-color: rgb(8,29,184); }
div.DivClassName
{
background-color: #081DB8;
}
.BgClassName
{
background-color: #081DB8;
}
</style>
border-color css
<style>
span { border-color: #081DB8; }
span { border-color: rgb(8,29,184); }
td.TdClassName
{
border-color: #081DB8;
}
.TagClassName
{
border-color: #081DB8;
}
</style>