Html Css Color HEX #0824B4 International Klein Blue
📋 copy color: '#0824B4'red 8 ◦ green 36 ◦ blue 180
Shades of International Klein Blue #0824B4
Tints of International Klein Blue #0824B4
RGB
CMYK
RGB Variations
Color information
#0824B4 (or 0x0824B4) is known color: International Klein Blue. HEX triplet: 08, 24 and B4. RGB value is (8,36,180). Sum of RGB (Red+Green+Blue) = 8+36+180=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #0824B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824B4 is #F7DB4B. Grayscale: #2B2B2B. Windows color (decimal): -16243532 or 11805704. OLE color: 11805704.
HSL color Cylindrical-coordinate representation of color #0824B4: hue angle of 230.23º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824B4 is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 36 | 180 | - |
| CMYK | 0.96 | 0.8 | 0 | 0.29 |
| HSL | 230.23º | 0.91% | 0.37% | - |
| HSV(B) | 230.23º | 0.96% | 0.71% | - |
| XYZ | 8.97 | 4.61 | 43.6 | - |
| YUV | 44.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 180 | 0.96 | 0.8 | 0 | 0.29 | 230.23 | 0.91 | 0.37 |
| Hex | 8 | 24 | B4 | 60 | 50 | 0 | 1D | E6 | 5B | 25 |
| Octal | 10 | 44 | 264 | 140 | 120 | 0 | 35 | 346 | 133 | 45 |
| Binary | 1000 | 100100 | 10110100 | 1100000 | 1010000 | 0 | 11101 | 11100110 | 1011011 | 100101 |
Color Harmonies of #0824B4
Complementary color
Monochromatic Colors of #0824B4
Black with #0824B4
Text Example
Text Example
White with #0824B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824B4; }
p { color: rgb(8,36,180); }
H1.HeaderClassName
{
color: #0824B4;
}
.AnyTagClassName
{
color: #0824B4;
}
</style>
background-color css
<style>
a { background-color: #0824B4; }
a { background-color: rgb(8,36,180); }
div.DivClassName
{
background-color: #0824B4;
}
.BgClassName
{
background-color: #0824B4;
}
</style>
border-color css
<style>
span { border-color: #0824B4; }
span { border-color: rgb(8,36,180); }
td.TdClassName
{
border-color: #0824B4;
}
.TagClassName
{
border-color: #0824B4;
}
</style>