Html Css Color HEX #04299D International Klein Blue
📋 copy color: '#04299D'red 4 ◦ green 41 ◦ blue 157
Shades of International Klein Blue #04299D
Tints of International Klein Blue #04299D
RGB
CMYK
RGB Variations
Color information
#04299D (or 0x04299D) is known color: International Klein Blue. HEX triplet: 04, 29 and 9D. RGB value is (4,41,157). Sum of RGB (Red+Green+Blue) = 4+41+157=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #04299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04299D is #FBD662. Grayscale: #2A2A2A. Windows color (decimal): -16504419 or 10299652. OLE color: 10299652.
HSL color Cylindrical-coordinate representation of color #04299D: hue angle of 225.49º 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 #04299D is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 41 | 157 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.38 |
| HSL | 225.49º | 0.95% | 0.32% | - |
| HSV(B) | 225.49º | 0.97% | 0.62% | - |
| XYZ | 6.93 | 4.05 | 32.31 | - |
| YUV | 43.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 157 | 0.97 | 0.74 | 0 | 0.38 | 225.49 | 0.95 | 0.32 |
| Hex | 4 | 29 | 9D | 61 | 4A | 0 | 26 | E1 | 5F | 20 |
| Octal | 4 | 51 | 235 | 141 | 112 | 0 | 46 | 341 | 137 | 40 |
| Binary | 100 | 101001 | 10011101 | 1100001 | 1001010 | 0 | 100110 | 11100001 | 1011111 | 100000 |
Color Harmonies of #04299D
Complementary color
Monochromatic Colors of #04299D
Black with #04299D
Text Example
Text Example
White with #04299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04299D; }
p { color: rgb(4,41,157); }
H1.HeaderClassName
{
color: #04299D;
}
.AnyTagClassName
{
color: #04299D;
}
</style>
background-color css
<style>
a { background-color: #04299D; }
a { background-color: rgb(4,41,157); }
div.DivClassName
{
background-color: #04299D;
}
.BgClassName
{
background-color: #04299D;
}
</style>
border-color css
<style>
span { border-color: #04299D; }
span { border-color: rgb(4,41,157); }
td.TdClassName
{
border-color: #04299D;
}
.TagClassName
{
border-color: #04299D;
}
</style>