Html Css Color HEX #00299E International Klein Blue
📋 copy color: '#00299E'red 0 ◦ green 41 ◦ blue 158
Shades of International Klein Blue #00299E
Tints of International Klein Blue #00299E
RGB
CMYK
RGB Variations
Color information
#00299E (or 0x00299E) is known color: International Klein Blue. HEX triplet: 00, 29 and 9E. RGB value is (0,41,158). Sum of RGB (Red+Green+Blue) = 0+41+158=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #00299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00299E is #FFD661. Grayscale: #292929. Windows color (decimal): -16766562 or 10365184. OLE color: 10365184.
HSL color Cylindrical-coordinate representation of color #00299E: hue angle of 224.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00299E is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 41 | 158 | - |
| CMYK | 1 | 0.74 | 0 | 0.38 |
| HSL | 224.43º | 1% | 0.31% | - |
| HSV(B) | 224.43º | 1% | 0.62% | - |
| XYZ | 6.96 | 4.05 | 32.76 | - |
| YUV | 42.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 158 | 1 | 0.74 | 0 | 0.38 | 224.43 | 1 | 0.31 |
| Hex | 0 | 29 | 9E | 64 | 4A | 0 | 26 | E0 | 64 | 1F |
| Octal | 0 | 51 | 236 | 144 | 112 | 0 | 46 | 340 | 144 | 37 |
| Binary | 0 | 101001 | 10011110 | 1100100 | 1001010 | 0 | 100110 | 11100000 | 1100100 | 11111 |
Color Harmonies of #00299E
Complementary color
Monochromatic Colors of #00299E
Black with #00299E
Text Example
Text Example
White with #00299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00299E; }
p { color: rgb(0,41,158); }
H1.HeaderClassName
{
color: #00299E;
}
.AnyTagClassName
{
color: #00299E;
}
</style>
background-color css
<style>
a { background-color: #00299E; }
a { background-color: rgb(0,41,158); }
div.DivClassName
{
background-color: #00299E;
}
.BgClassName
{
background-color: #00299E;
}
</style>
border-color css
<style>
span { border-color: #00299E; }
span { border-color: rgb(0,41,158); }
td.TdClassName
{
border-color: #00299E;
}
.TagClassName
{
border-color: #00299E;
}
</style>