Html Css Color HEX #00289F International Klein Blue
📋 copy color: '#00289F'red 0 ◦ green 40 ◦ blue 159
Shades of International Klein Blue #00289F
Tints of International Klein Blue #00289F
RGB
CMYK
RGB Variations
Color information
#00289F (or 0x00289F) is known color: International Klein Blue. HEX triplet: 00, 28 and 9F. RGB value is (0,40,159). Sum of RGB (Red+Green+Blue) = 0+40+159=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #00289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00289F is #FFD760. Grayscale: #292929. Windows color (decimal): -16766817 or 10430464. OLE color: 10430464.
HSL color Cylindrical-coordinate representation of color #00289F: hue angle of 224.91º 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 #00289F is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 40 | 159 | - |
| CMYK | 1 | 0.75 | 0 | 0.38 |
| HSL | 224.91º | 1% | 0.31% | - |
| HSV(B) | 224.91º | 1% | 0.62% | - |
| XYZ | 7.02 | 4.02 | 33.21 | - |
| YUV | 41.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 159 | 1 | 0.75 | 0 | 0.38 | 224.91 | 1 | 0.31 |
| Hex | 0 | 28 | 9F | 64 | 4B | 0 | 26 | E1 | 64 | 1F |
| Octal | 0 | 50 | 237 | 144 | 113 | 0 | 46 | 341 | 144 | 37 |
| Binary | 0 | 101000 | 10011111 | 1100100 | 1001011 | 0 | 100110 | 11100001 | 1100100 | 11111 |
Color Harmonies of #00289F
Complementary color
Monochromatic Colors of #00289F
Black with #00289F
Text Example
Text Example
White with #00289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00289F; }
p { color: rgb(0,40,159); }
H1.HeaderClassName
{
color: #00289F;
}
.AnyTagClassName
{
color: #00289F;
}
</style>
background-color css
<style>
a { background-color: #00289F; }
a { background-color: rgb(0,40,159); }
div.DivClassName
{
background-color: #00289F;
}
.BgClassName
{
background-color: #00289F;
}
</style>
border-color css
<style>
span { border-color: #00289F; }
span { border-color: rgb(0,40,159); }
td.TdClassName
{
border-color: #00289F;
}
.TagClassName
{
border-color: #00289F;
}
</style>