Html Css Color HEX #0636BC International Klein Blue
📋 copy color: '#0636BC'red 6 ◦ green 54 ◦ blue 188
Shades of International Klein Blue #0636BC
Tints of International Klein Blue #0636BC
RGB
CMYK
RGB Variations
Color information
#0636BC (or 0x0636BC) is known color: International Klein Blue. HEX triplet: 06, 36 and BC. RGB value is (6,54,188). Sum of RGB (Red+Green+Blue) = 6+54+188=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #0636BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636BC is #F9C943. Grayscale: #363636. Windows color (decimal): -16369988 or 12334598. OLE color: 12334598.
HSL color Cylindrical-coordinate representation of color #0636BC: hue angle of 224.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636BC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 54 | 188 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.26 |
| HSL | 224.18º | 0.94% | 0.38% | - |
| HSV(B) | 224.18º | 0.97% | 0.74% | - |
| XYZ | 10.47 | 6.31 | 48.24 | - |
| YUV | 54.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 188 | 0.97 | 0.71 | 0 | 0.26 | 224.18 | 0.94 | 0.38 |
| Hex | 6 | 36 | BC | 61 | 47 | 0 | 1A | E0 | 5E | 26 |
| Octal | 6 | 66 | 274 | 141 | 107 | 0 | 32 | 340 | 136 | 46 |
| Binary | 110 | 110110 | 10111100 | 1100001 | 1000111 | 0 | 11010 | 11100000 | 1011110 | 100110 |
Color Harmonies of #0636BC
Complementary color
Monochromatic Colors of #0636BC
Black with #0636BC
Text Example
Text Example
White with #0636BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636BC; }
p { color: rgb(6,54,188); }
H1.HeaderClassName
{
color: #0636BC;
}
.AnyTagClassName
{
color: #0636BC;
}
</style>
background-color css
<style>
a { background-color: #0636BC; }
a { background-color: rgb(6,54,188); }
div.DivClassName
{
background-color: #0636BC;
}
.BgClassName
{
background-color: #0636BC;
}
</style>
border-color css
<style>
span { border-color: #0636BC; }
span { border-color: rgb(6,54,188); }
td.TdClassName
{
border-color: #0636BC;
}
.TagClassName
{
border-color: #0636BC;
}
</style>