Html Css Color HEX #063AAC International Klein Blue
📋 copy color: '#063AAC'red 6 ◦ green 58 ◦ blue 172
Shades of International Klein Blue #063AAC
Tints of International Klein Blue #063AAC
RGB
CMYK
RGB Variations
Color information
#063AAC (or 0x063AAC) is known color: International Klein Blue. HEX triplet: 06, 3A and AC. RGB value is (6,58,172). Sum of RGB (Red+Green+Blue) = 6+58+172=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #063AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AAC is #F9C553. Grayscale: #363636. Windows color (decimal): -16368980 or 11287046. OLE color: 11287046.
HSL color Cylindrical-coordinate representation of color #063AAC: hue angle of 221.2º 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 #063AAC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 58 | 172 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.33 |
| HSL | 221.2º | 0.93% | 0.35% | - |
| HSV(B) | 221.2º | 0.97% | 0.67% | - |
| XYZ | 9.03 | 6.04 | 39.72 | - |
| YUV | 55.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 172 | 0.97 | 0.66 | 0 | 0.33 | 221.2 | 0.93 | 0.35 |
| Hex | 6 | 3A | AC | 61 | 42 | 0 | 21 | DD | 5D | 23 |
| Octal | 6 | 72 | 254 | 141 | 102 | 0 | 41 | 335 | 135 | 43 |
| Binary | 110 | 111010 | 10101100 | 1100001 | 1000010 | 0 | 100001 | 11011101 | 1011101 | 100011 |
Color Harmonies of #063AAC
Complementary color
Monochromatic Colors of #063AAC
Black with #063AAC
Text Example
Text Example
White with #063AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063AAC; }
p { color: rgb(6,58,172); }
H1.HeaderClassName
{
color: #063AAC;
}
.AnyTagClassName
{
color: #063AAC;
}
</style>
background-color css
<style>
a { background-color: #063AAC; }
a { background-color: rgb(6,58,172); }
div.DivClassName
{
background-color: #063AAC;
}
.BgClassName
{
background-color: #063AAC;
}
</style>
border-color css
<style>
span { border-color: #063AAC; }
span { border-color: rgb(6,58,172); }
td.TdClassName
{
border-color: #063AAC;
}
.TagClassName
{
border-color: #063AAC;
}
</style>