Html Css Color HEX #0139A5 International Klein Blue
📋 copy color: '#0139A5'red 1 ◦ green 57 ◦ blue 165
Shades of International Klein Blue #0139A5
Tints of International Klein Blue #0139A5
RGB
CMYK
RGB Variations
Color information
#0139A5 (or 0x0139A5) is known color: International Klein Blue. HEX triplet: 01, 39 and A5. RGB value is (1,57,165). Sum of RGB (Red+Green+Blue) = 1+57+165=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #0139A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0139A5 is #FEC65A. Grayscale: #343434. Windows color (decimal): -16696923 or 10828033. OLE color: 10828033.
HSL color Cylindrical-coordinate representation of color #0139A5: hue angle of 219.51º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139A5 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 57 | 165 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.35 |
| HSL | 219.51º | 0.99% | 0.33% | - |
| HSV(B) | 219.51º | 0.99% | 0.65% | - |
| XYZ | 8.27 | 5.65 | 36.25 | - |
| YUV | 52.57 | 191.45 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 165 | 0.99 | 0.65 | 0 | 0.35 | 219.51 | 0.99 | 0.33 |
| Hex | 1 | 39 | A5 | 63 | 41 | 0 | 23 | DC | 63 | 21 |
| Octal | 1 | 71 | 245 | 143 | 101 | 0 | 43 | 334 | 143 | 41 |
| Binary | 1 | 111001 | 10100101 | 1100011 | 1000001 | 0 | 100011 | 11011100 | 1100011 | 100001 |
Color Harmonies of #0139A5
Complementary color
Monochromatic Colors of #0139A5
Black with #0139A5
Text Example
Text Example
White with #0139A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139A5; }
p { color: rgb(1,57,165); }
H1.HeaderClassName
{
color: #0139A5;
}
.AnyTagClassName
{
color: #0139A5;
}
</style>
background-color css
<style>
a { background-color: #0139A5; }
a { background-color: rgb(1,57,165); }
div.DivClassName
{
background-color: #0139A5;
}
.BgClassName
{
background-color: #0139A5;
}
</style>
border-color css
<style>
span { border-color: #0139A5; }
span { border-color: rgb(1,57,165); }
td.TdClassName
{
border-color: #0139A5;
}
.TagClassName
{
border-color: #0139A5;
}
</style>