Html Css Color HEX #0015B3 International Klein Blue
📋 copy color: '#0015B3'red 0 ◦ green 21 ◦ blue 179
Shades of International Klein Blue #0015B3
Tints of International Klein Blue #0015B3
RGB
CMYK
RGB Variations
Color information
#0015B3 (or 0x0015B3) is known color: International Klein Blue. HEX triplet: 00, 15 and B3. RGB value is (0,21,179). Sum of RGB (Red+Green+Blue) = 0+21+179=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 179 (70.31% from 255 or 89.5% from 200); Max value from RGB is 179 - color contains mainly: blue. Hex color #0015B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015B3 is #FFEA4C. Grayscale: #202020. Windows color (decimal): -16771661 or 11736320. OLE color: 11736320.
HSL color Cylindrical-coordinate representation of color #0015B3: hue angle of 232.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0015B3 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 21 | 179 | - |
| CMYK | 1 | 0.88 | 0 | 0.30 |
| HSL | 232.96º | 1% | 0.35% | - |
| HSV(B) | 232.96º | 1% | 0.7% | - |
| XYZ | 8.4 | 3.79 | 42.94 | - |
| YUV | 32.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 179 | 1 | 0.88 | 0 | 0.30 | 232.96 | 1 | 0.35 |
| Hex | 0 | 15 | B3 | 64 | 58 | 0 | 1E | E9 | 64 | 23 |
| Octal | 0 | 25 | 263 | 144 | 130 | 0 | 36 | 351 | 144 | 43 |
| Binary | 0 | 10101 | 10110011 | 1100100 | 1011000 | 0 | 11110 | 11101001 | 1100100 | 100011 |
Color Harmonies of #0015B3
Complementary color
Monochromatic Colors of #0015B3
Black with #0015B3
Text Example
Text Example
White with #0015B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0015B3; }
p { color: rgb(0,21,179); }
H1.HeaderClassName
{
color: #0015B3;
}
.AnyTagClassName
{
color: #0015B3;
}
</style>
background-color css
<style>
a { background-color: #0015B3; }
a { background-color: rgb(0,21,179); }
div.DivClassName
{
background-color: #0015B3;
}
.BgClassName
{
background-color: #0015B3;
}
</style>
border-color css
<style>
span { border-color: #0015B3; }
span { border-color: rgb(0,21,179); }
td.TdClassName
{
border-color: #0015B3;
}
.TagClassName
{
border-color: #0015B3;
}
</style>