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