Html Css Color HEX #0628AD International Klein Blue
📋 copy color: '#0628AD'red 6 ◦ green 40 ◦ blue 173
Shades of International Klein Blue #0628AD
Tints of International Klein Blue #0628AD
RGB
CMYK
RGB Variations
Color information
#0628AD (or 0x0628AD) is known color: International Klein Blue. HEX triplet: 06, 28 and AD. RGB value is (6,40,173). Sum of RGB (Red+Green+Blue) = 6+40+173=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #0628AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0628AD is #F9D752. Grayscale: #2C2C2C. Windows color (decimal): -16373587 or 11347974. OLE color: 11347974.
HSL color Cylindrical-coordinate representation of color #0628AD: hue angle of 227.78º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628AD is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 40 | 173 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.32 |
| HSL | 227.78º | 0.93% | 0.35% | - |
| HSV(B) | 227.78º | 0.97% | 0.68% | - |
| XYZ | 8.38 | 4.57 | 39.98 | - |
| YUV | 45 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 173 | 0.97 | 0.77 | 0 | 0.32 | 227.78 | 0.93 | 0.35 |
| Hex | 6 | 28 | AD | 61 | 4D | 0 | 20 | E4 | 5D | 23 |
| Octal | 6 | 50 | 255 | 141 | 115 | 0 | 40 | 344 | 135 | 43 |
| Binary | 110 | 101000 | 10101101 | 1100001 | 1001101 | 0 | 100000 | 11100100 | 1011101 | 100011 |
Color Harmonies of #0628AD
Complementary color
Monochromatic Colors of #0628AD
Black with #0628AD
Text Example
Text Example
White with #0628AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628AD; }
p { color: rgb(6,40,173); }
H1.HeaderClassName
{
color: #0628AD;
}
.AnyTagClassName
{
color: #0628AD;
}
</style>
background-color css
<style>
a { background-color: #0628AD; }
a { background-color: rgb(6,40,173); }
div.DivClassName
{
background-color: #0628AD;
}
.BgClassName
{
background-color: #0628AD;
}
</style>
border-color css
<style>
span { border-color: #0628AD; }
span { border-color: rgb(6,40,173); }
td.TdClassName
{
border-color: #0628AD;
}
.TagClassName
{
border-color: #0628AD;
}
</style>