Html Css Color HEX #0139C1 International Klein Blue
📋 copy color: '#0139C1'red 1 ◦ green 57 ◦ blue 193
Shades of International Klein Blue #0139C1
Tints of International Klein Blue #0139C1
RGB
CMYK
RGB Variations
Color information
#0139C1 (or 0x0139C1) is known color: International Klein Blue. HEX triplet: 01, 39 and C1. RGB value is (1,57,193). Sum of RGB (Red+Green+Blue) = 1+57+193=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #0139C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139C1 is #FEC63E. Grayscale: #373737. Windows color (decimal): -16696895 or 12663041. OLE color: 12663041.
HSL color Cylindrical-coordinate representation of color #0139C1: hue angle of 222.5º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139C1 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 57 | 193 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.24 |
| HSL | 222.5º | 0.99% | 0.38% | - |
| HSV(B) | 222.5º | 0.99% | 0.76% | - |
| XYZ | 11.1 | 6.78 | 51.18 | - |
| YUV | 55.76 | 205.45 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 193 | 0.99 | 0.70 | 0 | 0.24 | 222.5 | 0.99 | 0.38 |
| Hex | 1 | 39 | C1 | 63 | 46 | 0 | 18 | DE | 63 | 26 |
| Octal | 1 | 71 | 301 | 143 | 106 | 0 | 30 | 336 | 143 | 46 |
| Binary | 1 | 111001 | 11000001 | 1100011 | 1000110 | 0 | 11000 | 11011110 | 1100011 | 100110 |
Color Harmonies of #0139C1
Complementary color
Monochromatic Colors of #0139C1
Black with #0139C1
Text Example
Text Example
White with #0139C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0139C1; }
p { color: rgb(1,57,193); }
H1.HeaderClassName
{
color: #0139C1;
}
.AnyTagClassName
{
color: #0139C1;
}
</style>
background-color css
<style>
a { background-color: #0139C1; }
a { background-color: rgb(1,57,193); }
div.DivClassName
{
background-color: #0139C1;
}
.BgClassName
{
background-color: #0139C1;
}
</style>
border-color css
<style>
span { border-color: #0139C1; }
span { border-color: rgb(1,57,193); }
td.TdClassName
{
border-color: #0139C1;
}
.TagClassName
{
border-color: #0139C1;
}
</style>