Html Css Color HEX #063BAC International Klein Blue
📋 copy color: '#063BAC'red 6 ◦ green 59 ◦ blue 172
Shades of International Klein Blue #063BAC
Tints of International Klein Blue #063BAC
RGB
CMYK
RGB Variations
Color information
#063BAC (or 0x063BAC) is known color: International Klein Blue. HEX triplet: 06, 3B and AC. RGB value is (6,59,172). Sum of RGB (Red+Green+Blue) = 6+59+172=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #063BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BAC is #F9C453. Grayscale: #373737. Windows color (decimal): -16368724 or 11287302. OLE color: 11287302.
HSL color Cylindrical-coordinate representation of color #063BAC: hue angle of 220.84º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BAC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 59 | 172 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.33 |
| HSL | 220.84º | 0.93% | 0.35% | - |
| HSV(B) | 220.84º | 0.97% | 0.67% | - |
| XYZ | 9.09 | 6.15 | 39.74 | - |
| YUV | 56.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 172 | 0.97 | 0.66 | 0 | 0.33 | 220.84 | 0.93 | 0.35 |
| Hex | 6 | 3B | AC | 61 | 42 | 0 | 21 | DD | 5D | 23 |
| Octal | 6 | 73 | 254 | 141 | 102 | 0 | 41 | 335 | 135 | 43 |
| Binary | 110 | 111011 | 10101100 | 1100001 | 1000010 | 0 | 100001 | 11011101 | 1011101 | 100011 |
Color Harmonies of #063BAC
Complementary color
Monochromatic Colors of #063BAC
Black with #063BAC
Text Example
Text Example
White with #063BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BAC; }
p { color: rgb(6,59,172); }
H1.HeaderClassName
{
color: #063BAC;
}
.AnyTagClassName
{
color: #063BAC;
}
</style>
background-color css
<style>
a { background-color: #063BAC; }
a { background-color: rgb(6,59,172); }
div.DivClassName
{
background-color: #063BAC;
}
.BgClassName
{
background-color: #063BAC;
}
</style>
border-color css
<style>
span { border-color: #063BAC; }
span { border-color: rgb(6,59,172); }
td.TdClassName
{
border-color: #063BAC;
}
.TagClassName
{
border-color: #063BAC;
}
</style>