Html Css Color HEX #00259B International Klein Blue
📋 copy color: '#00259B'red 0 ◦ green 37 ◦ blue 155
Shades of International Klein Blue #00259B
Tints of International Klein Blue #00259B
RGB
CMYK
RGB Variations
Color information
#00259B (or 0x00259B) is known color: International Klein Blue. HEX triplet: 00, 25 and 9B. RGB value is (0,37,155). Sum of RGB (Red+Green+Blue) = 0+37+155=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #00259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00259B is #FFDA64. Grayscale: #262626. Windows color (decimal): -16767589 or 10167552. OLE color: 10167552.
HSL color Cylindrical-coordinate representation of color #00259B: hue angle of 225.68º 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 #00259B is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 37 | 155 | - |
| CMYK | 1 | 0.76 | 0 | 0.39 |
| HSL | 225.68º | 1% | 0.3% | - |
| HSV(B) | 225.68º | 1% | 0.61% | - |
| XYZ | 6.58 | 3.69 | 31.38 | - |
| YUV | 39.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 155 | 1 | 0.76 | 0 | 0.39 | 225.68 | 1 | 0.3 |
| Hex | 0 | 25 | 9B | 64 | 4C | 0 | 27 | E2 | 64 | 1E |
| Octal | 0 | 45 | 233 | 144 | 114 | 0 | 47 | 342 | 144 | 36 |
| Binary | 0 | 100101 | 10011011 | 1100100 | 1001100 | 0 | 100111 | 11100010 | 1100100 | 11110 |
Color Harmonies of #00259B
Complementary color
Monochromatic Colors of #00259B
Black with #00259B
Text Example
Text Example
White with #00259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00259B; }
p { color: rgb(0,37,155); }
H1.HeaderClassName
{
color: #00259B;
}
.AnyTagClassName
{
color: #00259B;
}
</style>
background-color css
<style>
a { background-color: #00259B; }
a { background-color: rgb(0,37,155); }
div.DivClassName
{
background-color: #00259B;
}
.BgClassName
{
background-color: #00259B;
}
</style>
border-color css
<style>
span { border-color: #00259B; }
span { border-color: rgb(0,37,155); }
td.TdClassName
{
border-color: #00259B;
}
.TagClassName
{
border-color: #00259B;
}
</style>