Html Css Color HEX #00239B International Klein Blue
📋 copy color: '#00239B'red 0 ◦ green 35 ◦ blue 155
Shades of International Klein Blue #00239B
Tints of International Klein Blue #00239B
RGB
CMYK
RGB Variations
Color information
#00239B (or 0x00239B) is known color: International Klein Blue. HEX triplet: 00, 23 and 9B. RGB value is (0,35,155). Sum of RGB (Red+Green+Blue) = 0+35+155=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #00239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00239B is #FFDC64. Grayscale: #252525. Windows color (decimal): -16768101 or 10167040. OLE color: 10167040.
HSL color Cylindrical-coordinate representation of color #00239B: hue angle of 226.45º 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 #00239B is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 35 | 155 | - |
| CMYK | 1 | 0.77 | 0 | 0.39 |
| HSL | 226.45º | 1% | 0.3% | - |
| HSV(B) | 226.45º | 1% | 0.61% | - |
| XYZ | 6.52 | 3.57 | 31.36 | - |
| YUV | 38.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 155 | 1 | 0.77 | 0 | 0.39 | 226.45 | 1 | 0.3 |
| Hex | 0 | 23 | 9B | 64 | 4D | 0 | 27 | E2 | 64 | 1E |
| Octal | 0 | 43 | 233 | 144 | 115 | 0 | 47 | 342 | 144 | 36 |
| Binary | 0 | 100011 | 10011011 | 1100100 | 1001101 | 0 | 100111 | 11100010 | 1100100 | 11110 |
Color Harmonies of #00239B
Complementary color
Monochromatic Colors of #00239B
Black with #00239B
Text Example
Text Example
White with #00239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00239B; }
p { color: rgb(0,35,155); }
H1.HeaderClassName
{
color: #00239B;
}
.AnyTagClassName
{
color: #00239B;
}
</style>
background-color css
<style>
a { background-color: #00239B; }
a { background-color: rgb(0,35,155); }
div.DivClassName
{
background-color: #00239B;
}
.BgClassName
{
background-color: #00239B;
}
</style>
border-color css
<style>
span { border-color: #00239B; }
span { border-color: rgb(0,35,155); }
td.TdClassName
{
border-color: #00239B;
}
.TagClassName
{
border-color: #00239B;
}
</style>