Html Css Color HEX #08289C International Klein Blue
📋 copy color: '#08289C'red 8 ◦ green 40 ◦ blue 156
Shades of International Klein Blue #08289C
Tints of International Klein Blue #08289C
RGB
CMYK
RGB Variations
Color information
#08289C (or 0x08289C) is known color: International Klein Blue. HEX triplet: 08, 28 and 9C. RGB value is (8,40,156). Sum of RGB (Red+Green+Blue) = 8+40+156=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #08289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08289C is #F7D763. Grayscale: #2B2B2B. Windows color (decimal): -16242532 or 10233864. OLE color: 10233864.
HSL color Cylindrical-coordinate representation of color #08289C: hue angle of 227.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08289C is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 40 | 156 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.39 |
| HSL | 227.03º | 0.9% | 0.32% | - |
| HSV(B) | 227.03º | 0.95% | 0.61% | - |
| XYZ | 6.86 | 3.97 | 31.86 | - |
| YUV | 43.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 156 | 0.95 | 0.74 | 0 | 0.39 | 227.03 | 0.9 | 0.32 |
| Hex | 8 | 28 | 9C | 5F | 4A | 0 | 27 | E3 | 5A | 20 |
| Octal | 10 | 50 | 234 | 137 | 112 | 0 | 47 | 343 | 132 | 40 |
| Binary | 1000 | 101000 | 10011100 | 1011111 | 1001010 | 0 | 100111 | 11100011 | 1011010 | 100000 |
Color Harmonies of #08289C
Complementary color
Monochromatic Colors of #08289C
Black with #08289C
Text Example
Text Example
White with #08289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08289C; }
p { color: rgb(8,40,156); }
H1.HeaderClassName
{
color: #08289C;
}
.AnyTagClassName
{
color: #08289C;
}
</style>
background-color css
<style>
a { background-color: #08289C; }
a { background-color: rgb(8,40,156); }
div.DivClassName
{
background-color: #08289C;
}
.BgClassName
{
background-color: #08289C;
}
</style>
border-color css
<style>
span { border-color: #08289C; }
span { border-color: rgb(8,40,156); }
td.TdClassName
{
border-color: #08289C;
}
.TagClassName
{
border-color: #08289C;
}
</style>