Html Css Color HEX #08299C International Klein Blue
📋 copy color: '#08299C'red 8 ◦ green 41 ◦ blue 156
Shades of International Klein Blue #08299C
Tints of International Klein Blue #08299C
RGB
CMYK
RGB Variations
Color information
#08299C (or 0x08299C) is known color: International Klein Blue. HEX triplet: 08, 29 and 9C. RGB value is (8,41,156). Sum of RGB (Red+Green+Blue) = 8+41+156=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #08299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08299C is #F7D663. Grayscale: #2B2B2B. Windows color (decimal): -16242276 or 10234120. OLE color: 10234120.
HSL color Cylindrical-coordinate representation of color #08299C: hue angle of 226.62º 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 #08299C is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 41 | 156 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.39 |
| HSL | 226.62º | 0.9% | 0.32% | - |
| HSV(B) | 226.62º | 0.95% | 0.61% | - |
| XYZ | 6.89 | 4.04 | 31.87 | - |
| YUV | 44.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 156 | 0.95 | 0.74 | 0 | 0.39 | 226.62 | 0.9 | 0.32 |
| Hex | 8 | 29 | 9C | 5F | 4A | 0 | 27 | E3 | 5A | 20 |
| Octal | 10 | 51 | 234 | 137 | 112 | 0 | 47 | 343 | 132 | 40 |
| Binary | 1000 | 101001 | 10011100 | 1011111 | 1001010 | 0 | 100111 | 11100011 | 1011010 | 100000 |
Color Harmonies of #08299C
Complementary color
Monochromatic Colors of #08299C
Black with #08299C
Text Example
Text Example
White with #08299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08299C; }
p { color: rgb(8,41,156); }
H1.HeaderClassName
{
color: #08299C;
}
.AnyTagClassName
{
color: #08299C;
}
</style>
background-color css
<style>
a { background-color: #08299C; }
a { background-color: rgb(8,41,156); }
div.DivClassName
{
background-color: #08299C;
}
.BgClassName
{
background-color: #08299C;
}
</style>
border-color css
<style>
span { border-color: #08299C; }
span { border-color: rgb(8,41,156); }
td.TdClassName
{
border-color: #08299C;
}
.TagClassName
{
border-color: #08299C;
}
</style>