Html Css Color HEX #08289D International Klein Blue
📋 copy color: '#08289D'red 8 ◦ green 40 ◦ blue 157
Shades of International Klein Blue #08289D
Tints of International Klein Blue #08289D
RGB
CMYK
RGB Variations
Color information
#08289D (or 0x08289D) is known color: International Klein Blue. HEX triplet: 08, 28 and 9D. RGB value is (8,40,157). Sum of RGB (Red+Green+Blue) = 8+40+157=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #08289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08289D is #F7D762. Grayscale: #2B2B2B. Windows color (decimal): -16242531 or 10299400. OLE color: 10299400.
HSL color Cylindrical-coordinate representation of color #08289D: hue angle of 227.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08289D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 40 | 157 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.38 |
| HSL | 227.11º | 0.9% | 0.32% | - |
| HSV(B) | 227.11º | 0.95% | 0.62% | - |
| XYZ | 6.94 | 4 | 32.31 | - |
| YUV | 43.77 | 191.9 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 157 | 0.95 | 0.75 | 0 | 0.38 | 227.11 | 0.9 | 0.32 |
| Hex | 8 | 28 | 9D | 5F | 4B | 0 | 26 | E3 | 5A | 20 |
| Octal | 10 | 50 | 235 | 137 | 113 | 0 | 46 | 343 | 132 | 40 |
| Binary | 1000 | 101000 | 10011101 | 1011111 | 1001011 | 0 | 100110 | 11100011 | 1011010 | 100000 |
Color Harmonies of #08289D
Complementary color
Monochromatic Colors of #08289D
Black with #08289D
Text Example
Text Example
White with #08289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08289D; }
p { color: rgb(8,40,157); }
H1.HeaderClassName
{
color: #08289D;
}
.AnyTagClassName
{
color: #08289D;
}
</style>
background-color css
<style>
a { background-color: #08289D; }
a { background-color: rgb(8,40,157); }
div.DivClassName
{
background-color: #08289D;
}
.BgClassName
{
background-color: #08289D;
}
</style>
border-color css
<style>
span { border-color: #08289D; }
span { border-color: rgb(8,40,157); }
td.TdClassName
{
border-color: #08289D;
}
.TagClassName
{
border-color: #08289D;
}
</style>