Html Css Color HEX #08279C International Klein Blue
📋 copy color: '#08279C'red 8 ◦ green 39 ◦ blue 156
Shades of International Klein Blue #08279C
Tints of International Klein Blue #08279C
RGB
CMYK
RGB Variations
Color information
#08279C (or 0x08279C) is known color: International Klein Blue. HEX triplet: 08, 27 and 9C. RGB value is (8,39,156). Sum of RGB (Red+Green+Blue) = 8+39+156=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #08279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08279C is #F7D863. Grayscale: #2A2A2A. Windows color (decimal): -16242788 or 10233608. OLE color: 10233608.
HSL color Cylindrical-coordinate representation of color #08279C: hue angle of 227.43º 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 #08279C is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 39 | 156 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.39 |
| HSL | 227.43º | 0.9% | 0.32% | - |
| HSV(B) | 227.43º | 0.95% | 0.61% | - |
| XYZ | 6.83 | 3.9 | 31.85 | - |
| YUV | 43.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 156 | 0.95 | 0.75 | 0 | 0.39 | 227.43 | 0.9 | 0.32 |
| Hex | 8 | 27 | 9C | 5F | 4B | 0 | 27 | E3 | 5A | 20 |
| Octal | 10 | 47 | 234 | 137 | 113 | 0 | 47 | 343 | 132 | 40 |
| Binary | 1000 | 100111 | 10011100 | 1011111 | 1001011 | 0 | 100111 | 11100011 | 1011010 | 100000 |
Color Harmonies of #08279C
Complementary color
Monochromatic Colors of #08279C
Black with #08279C
Text Example
Text Example
White with #08279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08279C; }
p { color: rgb(8,39,156); }
H1.HeaderClassName
{
color: #08279C;
}
.AnyTagClassName
{
color: #08279C;
}
</style>
background-color css
<style>
a { background-color: #08279C; }
a { background-color: rgb(8,39,156); }
div.DivClassName
{
background-color: #08279C;
}
.BgClassName
{
background-color: #08279C;
}
</style>
border-color css
<style>
span { border-color: #08279C; }
span { border-color: rgb(8,39,156); }
td.TdClassName
{
border-color: #08279C;
}
.TagClassName
{
border-color: #08279C;
}
</style>