Html Css Color HEX #0023AD International Klein Blue
📋 copy color: '#0023AD'red 0 ◦ green 35 ◦ blue 173
Shades of International Klein Blue #0023AD
Tints of International Klein Blue #0023AD
RGB
CMYK
RGB Variations
Color information
#0023AD (or 0x0023AD) is known color: International Klein Blue. HEX triplet: 00, 23 and AD. RGB value is (0,35,173). Sum of RGB (Red+Green+Blue) = 0+35+173=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #0023AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0023AD is #FFDC52. Grayscale: #272727. Windows color (decimal): -16768083 or 11346688. OLE color: 11346688.
HSL color Cylindrical-coordinate representation of color #0023AD: hue angle of 227.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023AD is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 35 | 173 | - |
| CMYK | 1 | 0.80 | 0 | 0.32 |
| HSL | 227.86º | 1% | 0.34% | - |
| HSV(B) | 227.86º | 1% | 0.68% | - |
| XYZ | 8.14 | 4.22 | 39.92 | - |
| YUV | 40.27 | 202.9 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 173 | 1 | 0.80 | 0 | 0.32 | 227.86 | 1 | 0.34 |
| Hex | 0 | 23 | AD | 64 | 50 | 0 | 20 | E4 | 64 | 22 |
| Octal | 0 | 43 | 255 | 144 | 120 | 0 | 40 | 344 | 144 | 42 |
| Binary | 0 | 100011 | 10101101 | 1100100 | 1010000 | 0 | 100000 | 11100100 | 1100100 | 100010 |
Color Harmonies of #0023AD
Complementary color
Monochromatic Colors of #0023AD
Black with #0023AD
Text Example
Text Example
White with #0023AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023AD; }
p { color: rgb(0,35,173); }
H1.HeaderClassName
{
color: #0023AD;
}
.AnyTagClassName
{
color: #0023AD;
}
</style>
background-color css
<style>
a { background-color: #0023AD; }
a { background-color: rgb(0,35,173); }
div.DivClassName
{
background-color: #0023AD;
}
.BgClassName
{
background-color: #0023AD;
}
</style>
border-color css
<style>
span { border-color: #0023AD; }
span { border-color: rgb(0,35,173); }
td.TdClassName
{
border-color: #0023AD;
}
.TagClassName
{
border-color: #0023AD;
}
</style>