Html Css Color HEX #00249E International Klein Blue
📋 copy color: '#00249E'red 0 ◦ green 36 ◦ blue 158
Shades of International Klein Blue #00249E
Tints of International Klein Blue #00249E
RGB
CMYK
RGB Variations
Color information
#00249E (or 0x00249E) is known color: International Klein Blue. HEX triplet: 00, 24 and 9E. RGB value is (0,36,158). Sum of RGB (Red+Green+Blue) = 0+36+158=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #00249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00249E is #FFDB61. Grayscale: #262626. Windows color (decimal): -16767842 or 10363904. OLE color: 10363904.
HSL color Cylindrical-coordinate representation of color #00249E: hue angle of 226.33º 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 #00249E is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 36 | 158 | - |
| CMYK | 1 | 0.77 | 0 | 0.38 |
| HSL | 226.33º | 1% | 0.31% | - |
| HSV(B) | 226.33º | 1% | 0.62% | - |
| XYZ | 6.8 | 3.73 | 32.71 | - |
| YUV | 39.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 158 | 1 | 0.77 | 0 | 0.38 | 226.33 | 1 | 0.31 |
| Hex | 0 | 24 | 9E | 64 | 4D | 0 | 26 | E2 | 64 | 1F |
| Octal | 0 | 44 | 236 | 144 | 115 | 0 | 46 | 342 | 144 | 37 |
| Binary | 0 | 100100 | 10011110 | 1100100 | 1001101 | 0 | 100110 | 11100010 | 1100100 | 11111 |
Color Harmonies of #00249E
Complementary color
Monochromatic Colors of #00249E
Black with #00249E
Text Example
Text Example
White with #00249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00249E; }
p { color: rgb(0,36,158); }
H1.HeaderClassName
{
color: #00249E;
}
.AnyTagClassName
{
color: #00249E;
}
</style>
background-color css
<style>
a { background-color: #00249E; }
a { background-color: rgb(0,36,158); }
div.DivClassName
{
background-color: #00249E;
}
.BgClassName
{
background-color: #00249E;
}
</style>
border-color css
<style>
span { border-color: #00249E; }
span { border-color: rgb(0,36,158); }
td.TdClassName
{
border-color: #00249E;
}
.TagClassName
{
border-color: #00249E;
}
</style>