Html Css Color HEX #0138BB International Klein Blue
📋 copy color: '#0138BB'red 1 ◦ green 56 ◦ blue 187
Shades of International Klein Blue #0138BB
Tints of International Klein Blue #0138BB
RGB
CMYK
RGB Variations
Color information
#0138BB (or 0x0138BB) is known color: International Klein Blue. HEX triplet: 01, 38 and BB. RGB value is (1,56,187). Sum of RGB (Red+Green+Blue) = 1+56+187=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #0138BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0138BB is #FEC744. Grayscale: #353535. Windows color (decimal): -16697157 or 12269569. OLE color: 12269569.
HSL color Cylindrical-coordinate representation of color #0138BB: hue angle of 222.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0138BB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 56 | 187 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.27 |
| HSL | 222.26º | 0.99% | 0.37% | - |
| HSV(B) | 222.26º | 0.99% | 0.73% | - |
| XYZ | 10.4 | 6.42 | 47.71 | - |
| YUV | 54.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 187 | 0.99 | 0.70 | 0 | 0.27 | 222.26 | 0.99 | 0.37 |
| Hex | 1 | 38 | BB | 63 | 46 | 0 | 1B | DE | 63 | 25 |
| Octal | 1 | 70 | 273 | 143 | 106 | 0 | 33 | 336 | 143 | 45 |
| Binary | 1 | 111000 | 10111011 | 1100011 | 1000110 | 0 | 11011 | 11011110 | 1100011 | 100101 |
Color Harmonies of #0138BB
Complementary color
Monochromatic Colors of #0138BB
Black with #0138BB
Text Example
Text Example
White with #0138BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138BB; }
p { color: rgb(1,56,187); }
H1.HeaderClassName
{
color: #0138BB;
}
.AnyTagClassName
{
color: #0138BB;
}
</style>
background-color css
<style>
a { background-color: #0138BB; }
a { background-color: rgb(1,56,187); }
div.DivClassName
{
background-color: #0138BB;
}
.BgClassName
{
background-color: #0138BB;
}
</style>
border-color css
<style>
span { border-color: #0138BB; }
span { border-color: rgb(1,56,187); }
td.TdClassName
{
border-color: #0138BB;
}
.TagClassName
{
border-color: #0138BB;
}
</style>