Html Css Color HEX #0023AB International Klein Blue
📋 copy color: '#0023AB'red 0 ◦ green 35 ◦ blue 171
Shades of International Klein Blue #0023AB
Tints of International Klein Blue #0023AB
RGB
CMYK
RGB Variations
Color information
#0023AB (or 0x0023AB) is known color: International Klein Blue. HEX triplet: 00, 23 and AB. RGB value is (0,35,171). Sum of RGB (Red+Green+Blue) = 0+35+171=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #0023AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0023AB is #FFDC54. Grayscale: #272727. Windows color (decimal): -16768085 or 11215616. OLE color: 11215616.
HSL color Cylindrical-coordinate representation of color #0023AB: hue angle of 227.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023AB is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 35 | 171 | - |
| CMYK | 1 | 0.80 | 0 | 0.33 |
| HSL | 227.72º | 1% | 0.34% | - |
| HSV(B) | 227.72º | 1% | 0.67% | - |
| XYZ | 7.95 | 4.14 | 38.91 | - |
| YUV | 40.04 | 201.9 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 171 | 1 | 0.80 | 0 | 0.33 | 227.72 | 1 | 0.34 |
| Hex | 0 | 23 | AB | 64 | 50 | 0 | 21 | E4 | 64 | 22 |
| Octal | 0 | 43 | 253 | 144 | 120 | 0 | 41 | 344 | 144 | 42 |
| Binary | 0 | 100011 | 10101011 | 1100100 | 1010000 | 0 | 100001 | 11100100 | 1100100 | 100010 |
Color Harmonies of #0023AB
Complementary color
Monochromatic Colors of #0023AB
Black with #0023AB
Text Example
Text Example
White with #0023AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023AB; }
p { color: rgb(0,35,171); }
H1.HeaderClassName
{
color: #0023AB;
}
.AnyTagClassName
{
color: #0023AB;
}
</style>
background-color css
<style>
a { background-color: #0023AB; }
a { background-color: rgb(0,35,171); }
div.DivClassName
{
background-color: #0023AB;
}
.BgClassName
{
background-color: #0023AB;
}
</style>
border-color css
<style>
span { border-color: #0023AB; }
span { border-color: rgb(0,35,171); }
td.TdClassName
{
border-color: #0023AB;
}
.TagClassName
{
border-color: #0023AB;
}
</style>