Html Css Color HEX #04229D International Klein Blue
📋 copy color: '#04229D'red 4 ◦ green 34 ◦ blue 157
Shades of International Klein Blue #04229D
Tints of International Klein Blue #04229D
RGB
CMYK
RGB Variations
Color information
#04229D (or 0x04229D) is known color: International Klein Blue. HEX triplet: 04, 22 and 9D. RGB value is (4,34,157). Sum of RGB (Red+Green+Blue) = 4+34+157=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #04229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04229D is #FBDD62. Grayscale: #262626. Windows color (decimal): -16506211 or 10297860. OLE color: 10297860.
HSL color Cylindrical-coordinate representation of color #04229D: hue angle of 228.24º 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 #04229D is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 34 | 157 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.38 |
| HSL | 228.24º | 0.95% | 0.32% | - |
| HSV(B) | 228.24º | 0.97% | 0.62% | - |
| XYZ | 6.71 | 3.6 | 32.24 | - |
| YUV | 39.05 | 194.56 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 157 | 0.97 | 0.78 | 0 | 0.38 | 228.24 | 0.95 | 0.32 |
| Hex | 4 | 22 | 9D | 61 | 4E | 0 | 26 | E4 | 5F | 20 |
| Octal | 4 | 42 | 235 | 141 | 116 | 0 | 46 | 344 | 137 | 40 |
| Binary | 100 | 100010 | 10011101 | 1100001 | 1001110 | 0 | 100110 | 11100100 | 1011111 | 100000 |
Color Harmonies of #04229D
Complementary color
Monochromatic Colors of #04229D
Black with #04229D
Text Example
Text Example
White with #04229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04229D; }
p { color: rgb(4,34,157); }
H1.HeaderClassName
{
color: #04229D;
}
.AnyTagClassName
{
color: #04229D;
}
</style>
background-color css
<style>
a { background-color: #04229D; }
a { background-color: rgb(4,34,157); }
div.DivClassName
{
background-color: #04229D;
}
.BgClassName
{
background-color: #04229D;
}
</style>
border-color css
<style>
span { border-color: #04229D; }
span { border-color: rgb(4,34,157); }
td.TdClassName
{
border-color: #04229D;
}
.TagClassName
{
border-color: #04229D;
}
</style>