Html Css Color HEX #063BB1 International Klein Blue
📋 copy color: '#063BB1'red 6 ◦ green 59 ◦ blue 177
Shades of International Klein Blue #063BB1
Tints of International Klein Blue #063BB1
RGB
CMYK
RGB Variations
Color information
#063BB1 (or 0x063BB1) is known color: International Klein Blue. HEX triplet: 06, 3B and B1. RGB value is (6,59,177). Sum of RGB (Red+Green+Blue) = 6+59+177=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #063BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BB1 is #F9C44E. Grayscale: #383838. Windows color (decimal): -16368719 or 11614982. OLE color: 11614982.
HSL color Cylindrical-coordinate representation of color #063BB1: hue angle of 221.4º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BB1 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 59 | 177 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.31 |
| HSL | 221.4º | 0.93% | 0.36% | - |
| HSV(B) | 221.4º | 0.97% | 0.69% | - |
| XYZ | 9.57 | 6.34 | 42.31 | - |
| YUV | 56.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 177 | 0.97 | 0.67 | 0 | 0.31 | 221.4 | 0.93 | 0.36 |
| Hex | 6 | 3B | B1 | 61 | 43 | 0 | 1F | DD | 5D | 24 |
| Octal | 6 | 73 | 261 | 141 | 103 | 0 | 37 | 335 | 135 | 44 |
| Binary | 110 | 111011 | 10110001 | 1100001 | 1000011 | 0 | 11111 | 11011101 | 1011101 | 100100 |
Color Harmonies of #063BB1
Complementary color
Monochromatic Colors of #063BB1
Black with #063BB1
Text Example
Text Example
White with #063BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BB1; }
p { color: rgb(6,59,177); }
H1.HeaderClassName
{
color: #063BB1;
}
.AnyTagClassName
{
color: #063BB1;
}
</style>
background-color css
<style>
a { background-color: #063BB1; }
a { background-color: rgb(6,59,177); }
div.DivClassName
{
background-color: #063BB1;
}
.BgClassName
{
background-color: #063BB1;
}
</style>
border-color css
<style>
span { border-color: #063BB1; }
span { border-color: rgb(6,59,177); }
td.TdClassName
{
border-color: #063BB1;
}
.TagClassName
{
border-color: #063BB1;
}
</style>