Html Css Color HEX #04219D International Klein Blue
📋 copy color: '#04219D'red 4 ◦ green 33 ◦ blue 157
Shades of International Klein Blue #04219D
Tints of International Klein Blue #04219D
RGB
CMYK
RGB Variations
Color information
#04219D (or 0x04219D) is known color: International Klein Blue. HEX triplet: 04, 21 and 9D. RGB value is (4,33,157). Sum of RGB (Red+Green+Blue) = 4+33+157=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #04219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04219D is #FBDE62. Grayscale: #252525. Windows color (decimal): -16506467 or 10297604. OLE color: 10297604.
HSL color Cylindrical-coordinate representation of color #04219D: hue angle of 228.63º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04219D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 33 | 157 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.38 |
| HSL | 228.63º | 0.95% | 0.32% | - |
| HSV(B) | 228.63º | 0.97% | 0.62% | - |
| XYZ | 6.68 | 3.55 | 32.23 | - |
| YUV | 38.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 157 | 0.97 | 0.79 | 0 | 0.38 | 228.63 | 0.95 | 0.32 |
| Hex | 4 | 21 | 9D | 61 | 4F | 0 | 26 | E5 | 5F | 20 |
| Octal | 4 | 41 | 235 | 141 | 117 | 0 | 46 | 345 | 137 | 40 |
| Binary | 100 | 100001 | 10011101 | 1100001 | 1001111 | 0 | 100110 | 11100101 | 1011111 | 100000 |
Color Harmonies of #04219D
Complementary color
Monochromatic Colors of #04219D
Black with #04219D
Text Example
Text Example
White with #04219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04219D; }
p { color: rgb(4,33,157); }
H1.HeaderClassName
{
color: #04219D;
}
.AnyTagClassName
{
color: #04219D;
}
</style>
background-color css
<style>
a { background-color: #04219D; }
a { background-color: rgb(4,33,157); }
div.DivClassName
{
background-color: #04219D;
}
.BgClassName
{
background-color: #04219D;
}
</style>
border-color css
<style>
span { border-color: #04219D; }
span { border-color: rgb(4,33,157); }
td.TdClassName
{
border-color: #04219D;
}
.TagClassName
{
border-color: #04219D;
}
</style>