Html Css Color HEX #0036BA International Klein Blue
📋 copy color: '#0036BA'red 0 ◦ green 54 ◦ blue 186
Shades of International Klein Blue #0036BA
Tints of International Klein Blue #0036BA
RGB
CMYK
RGB Variations
Color information
#0036BA (or 0x0036BA) is known color: International Klein Blue. HEX triplet: 00, 36 and BA. RGB value is (0,54,186). Sum of RGB (Red+Green+Blue) = 0+54+186=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #0036BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036BA is #FFC945. Grayscale: #343434. Windows color (decimal): -16763206 or 12203520. OLE color: 12203520.
HSL color Cylindrical-coordinate representation of color #0036BA: hue angle of 222.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036BA is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 54 | 186 | - |
| CMYK | 1 | 0.71 | 0 | 0.27 |
| HSL | 222.58º | 1% | 0.36% | - |
| HSV(B) | 222.58º | 1% | 0.73% | - |
| XYZ | 10.18 | 6.18 | 47.11 | - |
| YUV | 52.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 186 | 1 | 0.71 | 0 | 0.27 | 222.58 | 1 | 0.36 |
| Hex | 0 | 36 | BA | 64 | 47 | 0 | 1B | DF | 64 | 24 |
| Octal | 0 | 66 | 272 | 144 | 107 | 0 | 33 | 337 | 144 | 44 |
| Binary | 0 | 110110 | 10111010 | 1100100 | 1000111 | 0 | 11011 | 11011111 | 1100100 | 100100 |
Color Harmonies of #0036BA
Complementary color
Monochromatic Colors of #0036BA
Black with #0036BA
Text Example
Text Example
White with #0036BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036BA; }
p { color: rgb(0,54,186); }
H1.HeaderClassName
{
color: #0036BA;
}
.AnyTagClassName
{
color: #0036BA;
}
</style>
background-color css
<style>
a { background-color: #0036BA; }
a { background-color: rgb(0,54,186); }
div.DivClassName
{
background-color: #0036BA;
}
.BgClassName
{
background-color: #0036BA;
}
</style>
border-color css
<style>
span { border-color: #0036BA; }
span { border-color: rgb(0,54,186); }
td.TdClassName
{
border-color: #0036BA;
}
.TagClassName
{
border-color: #0036BA;
}
</style>