Html Css Color HEX #0138BE International Klein Blue
📋 copy color: '#0138BE'red 1 ◦ green 56 ◦ blue 190
Shades of International Klein Blue #0138BE
Tints of International Klein Blue #0138BE
RGB
CMYK
RGB Variations
Color information
#0138BE (or 0x0138BE) is known color: International Klein Blue. HEX triplet: 01, 38 and BE. RGB value is (1,56,190). Sum of RGB (Red+Green+Blue) = 1+56+190=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #0138BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0138BE is #FEC741. Grayscale: #363636. Windows color (decimal): -16697154 or 12466177. OLE color: 12466177.
HSL color Cylindrical-coordinate representation of color #0138BE: hue angle of 222.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0138BE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 56 | 190 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.25 |
| HSL | 222.54º | 0.99% | 0.37% | - |
| HSV(B) | 222.54º | 0.99% | 0.75% | - |
| XYZ | 10.72 | 6.55 | 49.41 | - |
| YUV | 54.83 | 204.28 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 190 | 0.99 | 0.71 | 0 | 0.25 | 222.54 | 0.99 | 0.37 |
| Hex | 1 | 38 | BE | 63 | 47 | 0 | 19 | DF | 63 | 25 |
| Octal | 1 | 70 | 276 | 143 | 107 | 0 | 31 | 337 | 143 | 45 |
| Binary | 1 | 111000 | 10111110 | 1100011 | 1000111 | 0 | 11001 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0138BE
Complementary color
Monochromatic Colors of #0138BE
Black with #0138BE
Text Example
Text Example
White with #0138BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138BE; }
p { color: rgb(1,56,190); }
H1.HeaderClassName
{
color: #0138BE;
}
.AnyTagClassName
{
color: #0138BE;
}
</style>
background-color css
<style>
a { background-color: #0138BE; }
a { background-color: rgb(1,56,190); }
div.DivClassName
{
background-color: #0138BE;
}
.BgClassName
{
background-color: #0138BE;
}
</style>
border-color css
<style>
span { border-color: #0138BE; }
span { border-color: rgb(1,56,190); }
td.TdClassName
{
border-color: #0138BE;
}
.TagClassName
{
border-color: #0138BE;
}
</style>