Html Css Color HEX #082099 International Klein Blue
📋 copy color: '#082099'red 8 ◦ green 32 ◦ blue 153
Shades of International Klein Blue #082099
Tints of International Klein Blue #082099
RGB
CMYK
RGB Variations
Color information
#082099 (or 0x082099) is known color: International Klein Blue. HEX triplet: 08, 20 and 99. RGB value is (8,32,153). Sum of RGB (Red+Green+Blue) = 8+32+153=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #082099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082099 is #F7DF66. Grayscale: #262626. Windows color (decimal): -16244583 or 10035208. OLE color: 10035208.
HSL color Cylindrical-coordinate representation of color #082099: hue angle of 230.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082099 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 32 | 153 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.4 |
| HSL | 230.07º | 0.9% | 0.32% | - |
| HSV(B) | 230.07º | 0.95% | 0.6% | - |
| XYZ | 6.37 | 3.38 | 30.45 | - |
| YUV | 38.62 | 192.55 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 153 | 0.95 | 0.79 | 0 | 0.4 | 230.07 | 0.9 | 0.32 |
| Hex | 8 | 20 | 99 | 5F | 4F | 0 | 28 | E6 | 5A | 20 |
| Octal | 10 | 40 | 231 | 137 | 117 | 0 | 50 | 346 | 132 | 40 |
| Binary | 1000 | 100000 | 10011001 | 1011111 | 1001111 | 0 | 101000 | 11100110 | 1011010 | 100000 |
Color Harmonies of #082099
Complementary color
Monochromatic Colors of #082099
Black with #082099
Text Example
Text Example
White with #082099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082099; }
p { color: rgb(8,32,153); }
H1.HeaderClassName
{
color: #082099;
}
.AnyTagClassName
{
color: #082099;
}
</style>
background-color css
<style>
a { background-color: #082099; }
a { background-color: rgb(8,32,153); }
div.DivClassName
{
background-color: #082099;
}
.BgClassName
{
background-color: #082099;
}
</style>
border-color css
<style>
span { border-color: #082099; }
span { border-color: rgb(8,32,153); }
td.TdClassName
{
border-color: #082099;
}
.TagClassName
{
border-color: #082099;
}
</style>