Html Css Color HEX #0825AD International Klein Blue
📋 copy color: '#0825AD'red 8 ◦ green 37 ◦ blue 173
Shades of International Klein Blue #0825AD
Tints of International Klein Blue #0825AD
RGB
CMYK
RGB Variations
Color information
#0825AD (or 0x0825AD) is known color: International Klein Blue. HEX triplet: 08, 25 and AD. RGB value is (8,37,173). Sum of RGB (Red+Green+Blue) = 8+37+173=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #0825AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0825AD is #F7DA52. Grayscale: #2B2B2B. Windows color (decimal): -16243283 or 11347208. OLE color: 11347208.
HSL color Cylindrical-coordinate representation of color #0825AD: hue angle of 229.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0825AD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 37 | 173 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.32 |
| HSL | 229.45º | 0.91% | 0.35% | - |
| HSV(B) | 229.45º | 0.95% | 0.68% | - |
| XYZ | 8.3 | 4.39 | 39.95 | - |
| YUV | 43.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 173 | 0.95 | 0.79 | 0 | 0.32 | 229.45 | 0.91 | 0.35 |
| Hex | 8 | 25 | AD | 5F | 4F | 0 | 20 | E5 | 5B | 23 |
| Octal | 10 | 45 | 255 | 137 | 117 | 0 | 40 | 345 | 133 | 43 |
| Binary | 1000 | 100101 | 10101101 | 1011111 | 1001111 | 0 | 100000 | 11100101 | 1011011 | 100011 |
Color Harmonies of #0825AD
Complementary color
Monochromatic Colors of #0825AD
Black with #0825AD
Text Example
Text Example
White with #0825AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825AD; }
p { color: rgb(8,37,173); }
H1.HeaderClassName
{
color: #0825AD;
}
.AnyTagClassName
{
color: #0825AD;
}
</style>
background-color css
<style>
a { background-color: #0825AD; }
a { background-color: rgb(8,37,173); }
div.DivClassName
{
background-color: #0825AD;
}
.BgClassName
{
background-color: #0825AD;
}
</style>
border-color css
<style>
span { border-color: #0825AD; }
span { border-color: rgb(8,37,173); }
td.TdClassName
{
border-color: #0825AD;
}
.TagClassName
{
border-color: #0825AD;
}
</style>