Html Css Color HEX #0636BA International Klein Blue
📋 copy color: '#0636BA'red 6 ◦ green 54 ◦ blue 186
Shades of International Klein Blue #0636BA
Tints of International Klein Blue #0636BA
RGB
CMYK
RGB Variations
Color information
#0636BA (or 0x0636BA) is known color: International Klein Blue. HEX triplet: 06, 36 and BA. RGB value is (6,54,186). Sum of RGB (Red+Green+Blue) = 6+54+186=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #0636BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636BA is #F9C945. Grayscale: #363636. Windows color (decimal): -16369990 or 12203526. OLE color: 12203526.
HSL color Cylindrical-coordinate representation of color #0636BA: hue angle of 224º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636BA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 54 | 186 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.27 |
| HSL | 224º | 0.94% | 0.38% | - |
| HSV(B) | 224º | 0.97% | 0.73% | - |
| XYZ | 10.26 | 6.22 | 47.11 | - |
| YUV | 54.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 186 | 0.97 | 0.71 | 0 | 0.27 | 224 | 0.94 | 0.38 |
| Hex | 6 | 36 | BA | 61 | 47 | 0 | 1B | E0 | 5E | 26 |
| Octal | 6 | 66 | 272 | 141 | 107 | 0 | 33 | 340 | 136 | 46 |
| Binary | 110 | 110110 | 10111010 | 1100001 | 1000111 | 0 | 11011 | 11100000 | 1011110 | 100110 |
Color Harmonies of #0636BA
Complementary color
Monochromatic Colors of #0636BA
Black with #0636BA
Text Example
Text Example
White with #0636BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636BA; }
p { color: rgb(6,54,186); }
H1.HeaderClassName
{
color: #0636BA;
}
.AnyTagClassName
{
color: #0636BA;
}
</style>
background-color css
<style>
a { background-color: #0636BA; }
a { background-color: rgb(6,54,186); }
div.DivClassName
{
background-color: #0636BA;
}
.BgClassName
{
background-color: #0636BA;
}
</style>
border-color css
<style>
span { border-color: #0636BA; }
span { border-color: rgb(6,54,186); }
td.TdClassName
{
border-color: #0636BA;
}
.TagClassName
{
border-color: #0636BA;
}
</style>