Html Css Color HEX #063AAA International Klein Blue
📋 copy color: '#063AAA'red 6 ◦ green 58 ◦ blue 170
Shades of International Klein Blue #063AAA
Tints of International Klein Blue #063AAA
RGB
CMYK
RGB Variations
Color information
#063AAA (or 0x063AAA) is known color: International Klein Blue. HEX triplet: 06, 3A and AA. RGB value is (6,58,170). Sum of RGB (Red+Green+Blue) = 6+58+170=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #063AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AAA is #F9C555. Grayscale: #363636. Windows color (decimal): -16368982 or 11155974. OLE color: 11155974.
HSL color Cylindrical-coordinate representation of color #063AAA: hue angle of 220.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063AAA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 58 | 170 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.33 |
| HSL | 220.98º | 0.93% | 0.35% | - |
| HSV(B) | 220.98º | 0.96% | 0.67% | - |
| XYZ | 8.84 | 5.97 | 38.72 | - |
| YUV | 55.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 170 | 0.96 | 0.66 | 0 | 0.33 | 220.98 | 0.93 | 0.35 |
| Hex | 6 | 3A | AA | 60 | 42 | 0 | 21 | DD | 5D | 23 |
| Octal | 6 | 72 | 252 | 140 | 102 | 0 | 41 | 335 | 135 | 43 |
| Binary | 110 | 111010 | 10101010 | 1100000 | 1000010 | 0 | 100001 | 11011101 | 1011101 | 100011 |
Color Harmonies of #063AAA
Complementary color
Monochromatic Colors of #063AAA
Black with #063AAA
Text Example
Text Example
White with #063AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063AAA; }
p { color: rgb(6,58,170); }
H1.HeaderClassName
{
color: #063AAA;
}
.AnyTagClassName
{
color: #063AAA;
}
</style>
background-color css
<style>
a { background-color: #063AAA; }
a { background-color: rgb(6,58,170); }
div.DivClassName
{
background-color: #063AAA;
}
.BgClassName
{
background-color: #063AAA;
}
</style>
border-color css
<style>
span { border-color: #063AAA; }
span { border-color: rgb(6,58,170); }
td.TdClassName
{
border-color: #063AAA;
}
.TagClassName
{
border-color: #063AAA;
}
</style>