Html Css Color HEX #082D9F International Klein Blue
📋 copy color: '#082D9F'red 8 ◦ green 45 ◦ blue 159
Shades of International Klein Blue #082D9F
Tints of International Klein Blue #082D9F
RGB
CMYK
RGB Variations
Color information
#082D9F (or 0x082D9F) is known color: International Klein Blue. HEX triplet: 08, 2D and 9F. RGB value is (8,45,159). Sum of RGB (Red+Green+Blue) = 8+45+159=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #082D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9F is #F7D260. Grayscale: #2E2E2E. Windows color (decimal): -16241249 or 10431752. OLE color: 10431752.
HSL color Cylindrical-coordinate representation of color #082D9F: hue angle of 225.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082D9F is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 45 | 159 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.38 |
| HSL | 225.3º | 0.9% | 0.33% | - |
| HSV(B) | 225.3º | 0.95% | 0.62% | - |
| XYZ | 7.3 | 4.43 | 33.27 | - |
| YUV | 46.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 159 | 0.95 | 0.72 | 0 | 0.38 | 225.3 | 0.9 | 0.33 |
| Hex | 8 | 2D | 9F | 5F | 48 | 0 | 26 | E1 | 5A | 21 |
| Octal | 10 | 55 | 237 | 137 | 110 | 0 | 46 | 341 | 132 | 41 |
| Binary | 1000 | 101101 | 10011111 | 1011111 | 1001000 | 0 | 100110 | 11100001 | 1011010 | 100001 |
Color Harmonies of #082D9F
Complementary color
Monochromatic Colors of #082D9F
Black with #082D9F
Text Example
Text Example
White with #082D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D9F; }
p { color: rgb(8,45,159); }
H1.HeaderClassName
{
color: #082D9F;
}
.AnyTagClassName
{
color: #082D9F;
}
</style>
background-color css
<style>
a { background-color: #082D9F; }
a { background-color: rgb(8,45,159); }
div.DivClassName
{
background-color: #082D9F;
}
.BgClassName
{
background-color: #082D9F;
}
</style>
border-color css
<style>
span { border-color: #082D9F; }
span { border-color: rgb(8,45,159); }
td.TdClassName
{
border-color: #082D9F;
}
.TagClassName
{
border-color: #082D9F;
}
</style>