Html Css Color HEX #00239D International Klein Blue
📋 copy color: '#00239D'red 0 ◦ green 35 ◦ blue 157
Shades of International Klein Blue #00239D
Tints of International Klein Blue #00239D
RGB
CMYK
RGB Variations
Color information
#00239D (or 0x00239D) is known color: International Klein Blue. HEX triplet: 00, 23 and 9D. RGB value is (0,35,157). Sum of RGB (Red+Green+Blue) = 0+35+157=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #00239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00239D is #FFDC62. Grayscale: #252525. Windows color (decimal): -16768099 or 10298112. OLE color: 10298112.
HSL color Cylindrical-coordinate representation of color #00239D: hue angle of 226.62º 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 #00239D is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 35 | 157 | - |
| CMYK | 1 | 0.78 | 0 | 0.38 |
| HSL | 226.62º | 1% | 0.31% | - |
| HSV(B) | 226.62º | 1% | 0.62% | - |
| XYZ | 6.69 | 3.64 | 32.25 | - |
| YUV | 38.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 157 | 1 | 0.78 | 0 | 0.38 | 226.62 | 1 | 0.31 |
| Hex | 0 | 23 | 9D | 64 | 4E | 0 | 26 | E3 | 64 | 1F |
| Octal | 0 | 43 | 235 | 144 | 116 | 0 | 46 | 343 | 144 | 37 |
| Binary | 0 | 100011 | 10011101 | 1100100 | 1001110 | 0 | 100110 | 11100011 | 1100100 | 11111 |
Color Harmonies of #00239D
Complementary color
Monochromatic Colors of #00239D
Black with #00239D
Text Example
Text Example
White with #00239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00239D; }
p { color: rgb(0,35,157); }
H1.HeaderClassName
{
color: #00239D;
}
.AnyTagClassName
{
color: #00239D;
}
</style>
background-color css
<style>
a { background-color: #00239D; }
a { background-color: rgb(0,35,157); }
div.DivClassName
{
background-color: #00239D;
}
.BgClassName
{
background-color: #00239D;
}
</style>
border-color css
<style>
span { border-color: #00239D; }
span { border-color: rgb(0,35,157); }
td.TdClassName
{
border-color: #00239D;
}
.TagClassName
{
border-color: #00239D;
}
</style>