Html Css Color HEX #00259D International Klein Blue
📋 copy color: '#00259D'red 0 ◦ green 37 ◦ blue 157
Shades of International Klein Blue #00259D
Tints of International Klein Blue #00259D
RGB
CMYK
RGB Variations
Color information
#00259D (or 0x00259D) is known color: International Klein Blue. HEX triplet: 00, 25 and 9D. RGB value is (0,37,157). Sum of RGB (Red+Green+Blue) = 0+37+157=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #00259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00259D is #FFDA62. Grayscale: #272727. Windows color (decimal): -16767587 or 10298624. OLE color: 10298624.
HSL color Cylindrical-coordinate representation of color #00259D: hue angle of 225.86º 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 #00259D is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 37 | 157 | - |
| CMYK | 1 | 0.76 | 0 | 0.38 |
| HSL | 225.86º | 1% | 0.31% | - |
| HSV(B) | 225.86º | 1% | 0.62% | - |
| XYZ | 6.75 | 3.76 | 32.27 | - |
| YUV | 39.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 157 | 1 | 0.76 | 0 | 0.38 | 225.86 | 1 | 0.31 |
| Hex | 0 | 25 | 9D | 64 | 4C | 0 | 26 | E2 | 64 | 1F |
| Octal | 0 | 45 | 235 | 144 | 114 | 0 | 46 | 342 | 144 | 37 |
| Binary | 0 | 100101 | 10011101 | 1100100 | 1001100 | 0 | 100110 | 11100010 | 1100100 | 11111 |
Color Harmonies of #00259D
Complementary color
Monochromatic Colors of #00259D
Black with #00259D
Text Example
Text Example
White with #00259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00259D; }
p { color: rgb(0,37,157); }
H1.HeaderClassName
{
color: #00259D;
}
.AnyTagClassName
{
color: #00259D;
}
</style>
background-color css
<style>
a { background-color: #00259D; }
a { background-color: rgb(0,37,157); }
div.DivClassName
{
background-color: #00259D;
}
.BgClassName
{
background-color: #00259D;
}
</style>
border-color css
<style>
span { border-color: #00259D; }
span { border-color: rgb(0,37,157); }
td.TdClassName
{
border-color: #00259D;
}
.TagClassName
{
border-color: #00259D;
}
</style>