Html Css Color HEX #0130BD International Klein Blue
📋 copy color: '#0130BD'red 1 ◦ green 48 ◦ blue 189
Shades of International Klein Blue #0130BD
Tints of International Klein Blue #0130BD
RGB
CMYK
RGB Variations
Color information
#0130BD (or 0x0130BD) is known color: International Klein Blue. HEX triplet: 01, 30 and BD. RGB value is (1,48,189). Sum of RGB (Red+Green+Blue) = 1+48+189=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0130BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130BD is #FECF42. Grayscale: #313131. Windows color (decimal): -16699203 or 12398593. OLE color: 12398593.
HSL color Cylindrical-coordinate representation of color #0130BD: hue angle of 225º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0130BD is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 48 | 189 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.26 |
| HSL | 225º | 0.99% | 0.37% | - |
| HSV(B) | 225º | 0.99% | 0.74% | - |
| XYZ | 10.25 | 5.79 | 48.72 | - |
| YUV | 50.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 189 | 0.99 | 0.75 | 0 | 0.26 | 225 | 0.99 | 0.37 |
| Hex | 1 | 30 | BD | 63 | 4B | 0 | 1A | E1 | 63 | 25 |
| Octal | 1 | 60 | 275 | 143 | 113 | 0 | 32 | 341 | 143 | 45 |
| Binary | 1 | 110000 | 10111101 | 1100011 | 1001011 | 0 | 11010 | 11100001 | 1100011 | 100101 |
Color Harmonies of #0130BD
Complementary color
Monochromatic Colors of #0130BD
Black with #0130BD
Text Example
Text Example
White with #0130BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0130BD; }
p { color: rgb(1,48,189); }
H1.HeaderClassName
{
color: #0130BD;
}
.AnyTagClassName
{
color: #0130BD;
}
</style>
background-color css
<style>
a { background-color: #0130BD; }
a { background-color: rgb(1,48,189); }
div.DivClassName
{
background-color: #0130BD;
}
.BgClassName
{
background-color: #0130BD;
}
</style>
border-color css
<style>
span { border-color: #0130BD; }
span { border-color: rgb(1,48,189); }
td.TdClassName
{
border-color: #0130BD;
}
.TagClassName
{
border-color: #0130BD;
}
</style>