Html Css Color HEX #0036BF International Klein Blue
📋 copy color: '#0036BF'red 0 ◦ green 54 ◦ blue 191
Shades of International Klein Blue #0036BF
Tints of International Klein Blue #0036BF
RGB
CMYK
RGB Variations
Color information
#0036BF (or 0x0036BF) is known color: International Klein Blue. HEX triplet: 00, 36 and BF. RGB value is (0,54,191). Sum of RGB (Red+Green+Blue) = 0+54+191=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #0036BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036BF is #FFC940. Grayscale: #343434. Windows color (decimal): -16763201 or 12531200. OLE color: 12531200.
HSL color Cylindrical-coordinate representation of color #0036BF: hue angle of 223.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036BF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 54 | 191 | - |
| CMYK | 1 | 0.72 | 0 | 0.25 |
| HSL | 223.04º | 1% | 0.37% | - |
| HSV(B) | 223.04º | 1% | 0.75% | - |
| XYZ | 10.72 | 6.4 | 49.96 | - |
| YUV | 53.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 191 | 1 | 0.72 | 0 | 0.25 | 223.04 | 1 | 0.37 |
| Hex | 0 | 36 | BF | 64 | 48 | 0 | 19 | DF | 64 | 25 |
| Octal | 0 | 66 | 277 | 144 | 110 | 0 | 31 | 337 | 144 | 45 |
| Binary | 0 | 110110 | 10111111 | 1100100 | 1001000 | 0 | 11001 | 11011111 | 1100100 | 100101 |
Color Harmonies of #0036BF
Complementary color
Monochromatic Colors of #0036BF
Black with #0036BF
Text Example
Text Example
White with #0036BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036BF; }
p { color: rgb(0,54,191); }
H1.HeaderClassName
{
color: #0036BF;
}
.AnyTagClassName
{
color: #0036BF;
}
</style>
background-color css
<style>
a { background-color: #0036BF; }
a { background-color: rgb(0,54,191); }
div.DivClassName
{
background-color: #0036BF;
}
.BgClassName
{
background-color: #0036BF;
}
</style>
border-color css
<style>
span { border-color: #0036BF; }
span { border-color: rgb(0,54,191); }
td.TdClassName
{
border-color: #0036BF;
}
.TagClassName
{
border-color: #0036BF;
}
</style>