Html Css Color HEX #0628AB International Klein Blue
📋 copy color: '#0628AB'red 6 ◦ green 40 ◦ blue 171
Shades of International Klein Blue #0628AB
Tints of International Klein Blue #0628AB
RGB
CMYK
RGB Variations
Color information
#0628AB (or 0x0628AB) is known color: International Klein Blue. HEX triplet: 06, 28 and AB. RGB value is (6,40,171). Sum of RGB (Red+Green+Blue) = 6+40+171=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #0628AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0628AB is #F9D754. Grayscale: #2C2C2C. Windows color (decimal): -16373589 or 11216902. OLE color: 11216902.
HSL color Cylindrical-coordinate representation of color #0628AB: hue angle of 227.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0628AB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 40 | 171 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.33 |
| HSL | 227.64º | 0.93% | 0.35% | - |
| HSV(B) | 227.64º | 0.96% | 0.67% | - |
| XYZ | 8.18 | 4.5 | 38.96 | - |
| YUV | 44.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 171 | 0.96 | 0.77 | 0 | 0.33 | 227.64 | 0.93 | 0.35 |
| Hex | 6 | 28 | AB | 60 | 4D | 0 | 21 | E4 | 5D | 23 |
| Octal | 6 | 50 | 253 | 140 | 115 | 0 | 41 | 344 | 135 | 43 |
| Binary | 110 | 101000 | 10101011 | 1100000 | 1001101 | 0 | 100001 | 11100100 | 1011101 | 100011 |
Color Harmonies of #0628AB
Complementary color
Monochromatic Colors of #0628AB
Black with #0628AB
Text Example
Text Example
White with #0628AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628AB; }
p { color: rgb(6,40,171); }
H1.HeaderClassName
{
color: #0628AB;
}
.AnyTagClassName
{
color: #0628AB;
}
</style>
background-color css
<style>
a { background-color: #0628AB; }
a { background-color: rgb(6,40,171); }
div.DivClassName
{
background-color: #0628AB;
}
.BgClassName
{
background-color: #0628AB;
}
</style>
border-color css
<style>
span { border-color: #0628AB; }
span { border-color: rgb(6,40,171); }
td.TdClassName
{
border-color: #0628AB;
}
.TagClassName
{
border-color: #0628AB;
}
</style>