Html Css Color HEX #0428BC International Klein Blue
📋 copy color: '#0428BC'red 4 ◦ green 40 ◦ blue 188
Shades of International Klein Blue #0428BC
Tints of International Klein Blue #0428BC
RGB
CMYK
RGB Variations
Color information
#0428BC (or 0x0428BC) is known color: International Klein Blue. HEX triplet: 04, 28 and BC. RGB value is (4,40,188). Sum of RGB (Red+Green+Blue) = 4+40+188=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #0428BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428BC is #FBD743. Grayscale: #2D2D2D. Windows color (decimal): -16504644 or 12331012. OLE color: 12331012.
HSL color Cylindrical-coordinate representation of color #0428BC: hue angle of 228.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0428BC is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 40 | 188 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.26 |
| HSL | 228.26º | 0.96% | 0.38% | - |
| HSV(B) | 228.26º | 0.98% | 0.74% | - |
| XYZ | 9.89 | 5.17 | 48.05 | - |
| YUV | 46.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 188 | 0.98 | 0.79 | 0 | 0.26 | 228.26 | 0.96 | 0.38 |
| Hex | 4 | 28 | BC | 62 | 4F | 0 | 1A | E4 | 60 | 26 |
| Octal | 4 | 50 | 274 | 142 | 117 | 0 | 32 | 344 | 140 | 46 |
| Binary | 100 | 101000 | 10111100 | 1100010 | 1001111 | 0 | 11010 | 11100100 | 1100000 | 100110 |
Color Harmonies of #0428BC
Complementary color
Monochromatic Colors of #0428BC
Black with #0428BC
Text Example
Text Example
White with #0428BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0428BC; }
p { color: rgb(4,40,188); }
H1.HeaderClassName
{
color: #0428BC;
}
.AnyTagClassName
{
color: #0428BC;
}
</style>
background-color css
<style>
a { background-color: #0428BC; }
a { background-color: rgb(4,40,188); }
div.DivClassName
{
background-color: #0428BC;
}
.BgClassName
{
background-color: #0428BC;
}
</style>
border-color css
<style>
span { border-color: #0428BC; }
span { border-color: rgb(4,40,188); }
td.TdClassName
{
border-color: #0428BC;
}
.TagClassName
{
border-color: #0428BC;
}
</style>