Html Css Color HEX #0139AD International Klein Blue
📋 copy color: '#0139AD'red 1 ◦ green 57 ◦ blue 173
Shades of International Klein Blue #0139AD
Tints of International Klein Blue #0139AD
RGB
CMYK
RGB Variations
Color information
#0139AD (or 0x0139AD) is known color: International Klein Blue. HEX triplet: 01, 39 and AD. RGB value is (1,57,173). Sum of RGB (Red+Green+Blue) = 1+57+173=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0139AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0139AD is #FEC652. Grayscale: #343434. Windows color (decimal): -16696915 or 11352321. OLE color: 11352321.
HSL color Cylindrical-coordinate representation of color #0139AD: hue angle of 220.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139AD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 57 | 173 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.32 |
| HSL | 220.47º | 0.99% | 0.34% | - |
| HSV(B) | 220.47º | 0.99% | 0.68% | - |
| XYZ | 9.02 | 5.95 | 40.21 | - |
| YUV | 53.48 | 195.45 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 173 | 0.99 | 0.67 | 0 | 0.32 | 220.47 | 0.99 | 0.34 |
| Hex | 1 | 39 | AD | 63 | 43 | 0 | 20 | DC | 63 | 22 |
| Octal | 1 | 71 | 255 | 143 | 103 | 0 | 40 | 334 | 143 | 42 |
| Binary | 1 | 111001 | 10101101 | 1100011 | 1000011 | 0 | 100000 | 11011100 | 1100011 | 100010 |
Color Harmonies of #0139AD
Complementary color
Monochromatic Colors of #0139AD
Black with #0139AD
Text Example
Text Example
White with #0139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139AD; }
p { color: rgb(1,57,173); }
H1.HeaderClassName
{
color: #0139AD;
}
.AnyTagClassName
{
color: #0139AD;
}
</style>
background-color css
<style>
a { background-color: #0139AD; }
a { background-color: rgb(1,57,173); }
div.DivClassName
{
background-color: #0139AD;
}
.BgClassName
{
background-color: #0139AD;
}
</style>
border-color css
<style>
span { border-color: #0139AD; }
span { border-color: rgb(1,57,173); }
td.TdClassName
{
border-color: #0139AD;
}
.TagClassName
{
border-color: #0139AD;
}
</style>