Html Css Color HEX #00259C International Klein Blue
📋 copy color: '#00259C'red 0 ◦ green 37 ◦ blue 156
Shades of International Klein Blue #00259C
Tints of International Klein Blue #00259C
RGB
CMYK
RGB Variations
Color information
#00259C (or 0x00259C) is known color: International Klein Blue. HEX triplet: 00, 25 and 9C. RGB value is (0,37,156). Sum of RGB (Red+Green+Blue) = 0+37+156=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #00259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00259C is #FFDA63. Grayscale: #262626. Windows color (decimal): -16767588 or 10233088. OLE color: 10233088.
HSL color Cylindrical-coordinate representation of color #00259C: hue angle of 225.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00259C is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 37 | 156 | - |
| CMYK | 1 | 0.76 | 0 | 0.39 |
| HSL | 225.77º | 1% | 0.31% | - |
| HSV(B) | 225.77º | 1% | 0.61% | - |
| XYZ | 6.66 | 3.72 | 31.82 | - |
| YUV | 39.5 | 193.74 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 156 | 1 | 0.76 | 0 | 0.39 | 225.77 | 1 | 0.31 |
| Hex | 0 | 25 | 9C | 64 | 4C | 0 | 27 | E2 | 64 | 1F |
| Octal | 0 | 45 | 234 | 144 | 114 | 0 | 47 | 342 | 144 | 37 |
| Binary | 0 | 100101 | 10011100 | 1100100 | 1001100 | 0 | 100111 | 11100010 | 1100100 | 11111 |
Color Harmonies of #00259C
Complementary color
Monochromatic Colors of #00259C
Black with #00259C
Text Example
Text Example
White with #00259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00259C; }
p { color: rgb(0,37,156); }
H1.HeaderClassName
{
color: #00259C;
}
.AnyTagClassName
{
color: #00259C;
}
</style>
background-color css
<style>
a { background-color: #00259C; }
a { background-color: rgb(0,37,156); }
div.DivClassName
{
background-color: #00259C;
}
.BgClassName
{
background-color: #00259C;
}
</style>
border-color css
<style>
span { border-color: #00259C; }
span { border-color: rgb(0,37,156); }
td.TdClassName
{
border-color: #00259C;
}
.TagClassName
{
border-color: #00259C;
}
</style>