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