Html Css Color HEX #063BA7 International Klein Blue
📋 copy color: '#063BA7'red 6 ◦ green 59 ◦ blue 167
Shades of International Klein Blue #063BA7
Tints of International Klein Blue #063BA7
RGB
CMYK
RGB Variations
Color information
#063BA7 (or 0x063BA7) is known color: International Klein Blue. HEX triplet: 06, 3B and A7. RGB value is (6,59,167). Sum of RGB (Red+Green+Blue) = 6+59+167=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #063BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BA7 is #F9C458. Grayscale: #363636. Windows color (decimal): -16368729 or 10959622. OLE color: 10959622.
HSL color Cylindrical-coordinate representation of color #063BA7: hue angle of 220.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063BA7 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 59 | 167 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.35 |
| HSL | 220.25º | 0.93% | 0.34% | - |
| HSV(B) | 220.25º | 0.96% | 0.65% | - |
| XYZ | 8.61 | 5.96 | 37.25 | - |
| YUV | 55.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 167 | 0.96 | 0.65 | 0 | 0.35 | 220.25 | 0.93 | 0.34 |
| Hex | 6 | 3B | A7 | 60 | 41 | 0 | 23 | DC | 5D | 22 |
| Octal | 6 | 73 | 247 | 140 | 101 | 0 | 43 | 334 | 135 | 42 |
| Binary | 110 | 111011 | 10100111 | 1100000 | 1000001 | 0 | 100011 | 11011100 | 1011101 | 100010 |
Color Harmonies of #063BA7
Complementary color
Monochromatic Colors of #063BA7
Black with #063BA7
Text Example
Text Example
White with #063BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BA7; }
p { color: rgb(6,59,167); }
H1.HeaderClassName
{
color: #063BA7;
}
.AnyTagClassName
{
color: #063BA7;
}
</style>
background-color css
<style>
a { background-color: #063BA7; }
a { background-color: rgb(6,59,167); }
div.DivClassName
{
background-color: #063BA7;
}
.BgClassName
{
background-color: #063BA7;
}
</style>
border-color css
<style>
span { border-color: #063BA7; }
span { border-color: rgb(6,59,167); }
td.TdClassName
{
border-color: #063BA7;
}
.TagClassName
{
border-color: #063BA7;
}
</style>