Html Css Color HEX #0138AB International Klein Blue
📋 copy color: '#0138AB'red 1 ◦ green 56 ◦ blue 171
Shades of International Klein Blue #0138AB
Tints of International Klein Blue #0138AB
RGB
CMYK
RGB Variations
Color information
#0138AB (or 0x0138AB) is known color: International Klein Blue. HEX triplet: 01, 38 and AB. RGB value is (1,56,171). Sum of RGB (Red+Green+Blue) = 1+56+171=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #0138AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0138AB is #FEC754. Grayscale: #343434. Windows color (decimal): -16697173 or 11220993. OLE color: 11220993.
HSL color Cylindrical-coordinate representation of color #0138AB: hue angle of 220.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0138AB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 56 | 171 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.33 |
| HSL | 220.59º | 0.99% | 0.34% | - |
| HSV(B) | 220.59º | 0.99% | 0.67% | - |
| XYZ | 8.78 | 5.78 | 39.18 | - |
| YUV | 52.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 171 | 0.99 | 0.67 | 0 | 0.33 | 220.59 | 0.99 | 0.34 |
| Hex | 1 | 38 | AB | 63 | 43 | 0 | 21 | DD | 63 | 22 |
| Octal | 1 | 70 | 253 | 143 | 103 | 0 | 41 | 335 | 143 | 42 |
| Binary | 1 | 111000 | 10101011 | 1100011 | 1000011 | 0 | 100001 | 11011101 | 1100011 | 100010 |
Color Harmonies of #0138AB
Complementary color
Monochromatic Colors of #0138AB
Black with #0138AB
Text Example
Text Example
White with #0138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138AB; }
p { color: rgb(1,56,171); }
H1.HeaderClassName
{
color: #0138AB;
}
.AnyTagClassName
{
color: #0138AB;
}
</style>
background-color css
<style>
a { background-color: #0138AB; }
a { background-color: rgb(1,56,171); }
div.DivClassName
{
background-color: #0138AB;
}
.BgClassName
{
background-color: #0138AB;
}
</style>
border-color css
<style>
span { border-color: #0138AB; }
span { border-color: rgb(1,56,171); }
td.TdClassName
{
border-color: #0138AB;
}
.TagClassName
{
border-color: #0138AB;
}
</style>