Html Css Color HEX #00249B International Klein Blue
📋 copy color: '#00249B'red 0 ◦ green 36 ◦ blue 155
Shades of International Klein Blue #00249B
Tints of International Klein Blue #00249B
RGB
CMYK
RGB Variations
Color information
#00249B (or 0x00249B) is known color: International Klein Blue. HEX triplet: 00, 24 and 9B. RGB value is (0,36,155). Sum of RGB (Red+Green+Blue) = 0+36+155=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #00249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00249B is #FFDB64. Grayscale: #262626. Windows color (decimal): -16767845 or 10167296. OLE color: 10167296.
HSL color Cylindrical-coordinate representation of color #00249B: hue angle of 226.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00249B is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 36 | 155 | - |
| CMYK | 1 | 0.77 | 0 | 0.39 |
| HSL | 226.06º | 1% | 0.3% | - |
| HSV(B) | 226.06º | 1% | 0.61% | - |
| XYZ | 6.55 | 3.63 | 31.37 | - |
| YUV | 38.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 155 | 1 | 0.77 | 0 | 0.39 | 226.06 | 1 | 0.3 |
| Hex | 0 | 24 | 9B | 64 | 4D | 0 | 27 | E2 | 64 | 1E |
| Octal | 0 | 44 | 233 | 144 | 115 | 0 | 47 | 342 | 144 | 36 |
| Binary | 0 | 100100 | 10011011 | 1100100 | 1001101 | 0 | 100111 | 11100010 | 1100100 | 11110 |
Color Harmonies of #00249B
Complementary color
Monochromatic Colors of #00249B
Black with #00249B
Text Example
Text Example
White with #00249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00249B; }
p { color: rgb(0,36,155); }
H1.HeaderClassName
{
color: #00249B;
}
.AnyTagClassName
{
color: #00249B;
}
</style>
background-color css
<style>
a { background-color: #00249B; }
a { background-color: rgb(0,36,155); }
div.DivClassName
{
background-color: #00249B;
}
.BgClassName
{
background-color: #00249B;
}
</style>
border-color css
<style>
span { border-color: #00249B; }
span { border-color: rgb(0,36,155); }
td.TdClassName
{
border-color: #00249B;
}
.TagClassName
{
border-color: #00249B;
}
</style>