Html Css Color HEX #0633A1 International Klein Blue
📋 copy color: '#0633A1'red 6 ◦ green 51 ◦ blue 161
Shades of International Klein Blue #0633A1
Tints of International Klein Blue #0633A1
RGB
CMYK
RGB Variations
Color information
#0633A1 (or 0x0633A1) is known color: International Klein Blue. HEX triplet: 06, 33 and A1. RGB value is (6,51,161). Sum of RGB (Red+Green+Blue) = 6+51+161=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 161 (63.28% from 255 or 73.85% from 218); Max value from RGB is 161 - color contains mainly: blue. Hex color #0633A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0633A1 is #F9CC5E. Grayscale: #313131. Windows color (decimal): -16370783 or 10564358. OLE color: 10564358.
HSL color Cylindrical-coordinate representation of color #0633A1: hue angle of 222.58º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0633A1 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 51 | 161 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.37 |
| HSL | 222.58º | 0.93% | 0.33% | - |
| HSV(B) | 222.58º | 0.96% | 0.63% | - |
| XYZ | 7.69 | 4.98 | 34.27 | - |
| YUV | 50.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 161 | 0.96 | 0.68 | 0 | 0.37 | 222.58 | 0.93 | 0.33 |
| Hex | 6 | 33 | A1 | 60 | 44 | 0 | 25 | DF | 5D | 21 |
| Octal | 6 | 63 | 241 | 140 | 104 | 0 | 45 | 337 | 135 | 41 |
| Binary | 110 | 110011 | 10100001 | 1100000 | 1000100 | 0 | 100101 | 11011111 | 1011101 | 100001 |
Color Harmonies of #0633A1
Complementary color
Monochromatic Colors of #0633A1
Black with #0633A1
Text Example
Text Example
White with #0633A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0633A1; }
p { color: rgb(6,51,161); }
H1.HeaderClassName
{
color: #0633A1;
}
.AnyTagClassName
{
color: #0633A1;
}
</style>
background-color css
<style>
a { background-color: #0633A1; }
a { background-color: rgb(6,51,161); }
div.DivClassName
{
background-color: #0633A1;
}
.BgClassName
{
background-color: #0633A1;
}
</style>
border-color css
<style>
span { border-color: #0633A1; }
span { border-color: rgb(6,51,161); }
td.TdClassName
{
border-color: #0633A1;
}
.TagClassName
{
border-color: #0633A1;
}
</style>