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